diff --git a/CHANGELOG.md b/CHANGELOG.md index a99fdb2..ea203a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## [Unreleased] + +## [1.3.0] - 2023-03-03 +### 🍰 Added +- Dependabot now manages github actions +- description on how to enable NFS on macOS + +### 🔧 Changed +- Updated Node.js version in actions to 18 + +### 🗑 Removed +- NFS is not enabled by default + +### 🧬 Dependencies +- Bump jest from 28.1.3 to 29.4.3 ([#147](https://github.com/syntro-opensource/ssdev/issues/147)) +- Bump yargs from 17.5.1 to 17.7.1 ([#149](https://github.com/syntro-opensource/ssdev/issues/149)) +- Bump eslint from 8.20.0 to 8.35.0 ([#150](https://github.com/syntro-opensource/ssdev/issues/150)) +- Bump actions/checkout from 2 to 3 ([#151](https://github.com/syntro-opensource/ssdev/issues/151)) +- Bump docker-compose from 0.23.17 to 0.23.19 ([#152](https://github.com/syntro-opensource/ssdev/issues/152)) +- Bump yaml from 2.1.1 to 2.2.1 ([#139](https://github.com/syntro-opensource/ssdev/issues/139)) +- Bump [@syntro](https://github.com/syntro)-opensource/eslint-config-base from 1.1.0 to 1.1.2 ([#117](https://github.com/syntro-opensource/ssdev/issues/117)) +- Bump jest from 28.1.2 to 28.1.3 ([#106](https://github.com/syntro-opensource/ssdev/issues/106)) +- Bump eslint from 8.18.0 to 8.20.0 ([#107](https://github.com/syntro-opensource/ssdev/issues/107)) + + ## [1.2.3] - 2022-06-30 ### 🔧 Changed @@ -145,7 +169,8 @@ - initial release -[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...HEAD +[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.3.0...HEAD +[1.3.0]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...1.3.0 [1.2.3]: https://github.com/syntro-opensource/ssdev/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/syntro-opensource/ssdev/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...1.2.1 diff --git a/README.md b/README.md index 593c605..0f5cf0c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ to other developers. An example would be if you want to use a different PHP vers On macOS or Windows, you may instruct ssdev to mount the host directory via NFS. In the past, this has worked well for improving performance, but with the addition of new and faster file-sharing implementations, -this has become a legacy feature and has been disabled by default in version `1.4.0`. +this has become a legacy feature and has been disabled by default in version `1.3.0`. If you want to re-enable it, simply add the `--use-nfs` flag or add the following to your config: ```json diff --git a/package-lock.json b/package-lock.json index c02cb4d..ca20a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssdev", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ssdev", - "version": "1.2.3", + "version": "1.3.0", "license": "BSD-3-Clause", "dependencies": { "docker-compose": "^0.23.5", diff --git a/package.json b/package.json index 5ba597f..cf143ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssdev", - "version": "1.2.3", + "version": "1.3.0", "description": "docker-based devenv manager for silverstripe projects using npx", "main": "index.js", "scripts": {