Skip to content

Commit 6da89ef

Browse files
committed
Update changelog for v0.9.3, update references
1 parent c2820cd commit 6da89ef

9 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.9.3](https://github.com/inviqa/harness-base-php/tree/0.9.3) (2020-08-19)
4+
5+
[Full Changelog](https://github.com/inviqa/harness-base-php/compare/0.9.2...0.9.3)
6+
7+
**Fixed bugs:**
8+
9+
- Fix frontend commands not loading nvm [\#368](https://github.com/inviqa/harness-base-php/pull/368) ([kierenevans](https://github.com/kierenevans))
10+
311
## [0.9.2](https://github.com/inviqa/harness-base-php/tree/0.9.2) (2020-08-19)
412

513
[Full Changelog](https://github.com/inviqa/harness-base-php/compare/0.9.1...0.9.2)

src/_base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/php:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/php:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/akeneo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/akeneo:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/akeneo:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/drupal8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/drupal8:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/drupal8:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/magento1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/magento1:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/magento1:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/magento2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/magento2:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/magento2:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/spryker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/spryker:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/spryker:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/symfony/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/symfony:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/symfony:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

src/wordpress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To use this harness:
44

55
1. Install [Workspace]
6-
2. Run `ws create <projectName> inviqa/wordpress:v0.9.2`
6+
2. Run `ws create <projectName> inviqa/wordpress:v0.9.3`
77
3. Fill in project-specific AWS and Github credentials, set as blank if you don't need them
88
4. Change to the <projectName> directory: `cd <projectName>`
99
5. Create an initial commit, ensuring that `workspace.override.yml` is not added to git:

0 commit comments

Comments
 (0)