Skip to content

Commit f5aa9b2

Browse files
committed
release/1.3.0
1 parent 130ec85 commit f5aa9b2

4 files changed

Lines changed: 30 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
## [Unreleased]
33

44

5+
<a name="1.3.0"></a>
6+
## [1.3.0] - 2023-03-03
7+
### 🍰 Added
8+
- Dependabot now manages github actions
9+
- description on how to enable NFS on macOS
10+
11+
### 🔧 Changed
12+
- Updated Node.js version in actions to 18
13+
14+
### 🗑 Removed
15+
- NFS is not enabled by default
16+
17+
### 🧬 Dependencies
18+
- Bump jest from 28.1.3 to 29.4.3 ([#147](https://github.com/syntro-opensource/ssdev/issues/147))
19+
- Bump yargs from 17.5.1 to 17.7.1 ([#149](https://github.com/syntro-opensource/ssdev/issues/149))
20+
- Bump eslint from 8.20.0 to 8.35.0 ([#150](https://github.com/syntro-opensource/ssdev/issues/150))
21+
- Bump actions/checkout from 2 to 3 ([#151](https://github.com/syntro-opensource/ssdev/issues/151))
22+
- Bump docker-compose from 0.23.17 to 0.23.19 ([#152](https://github.com/syntro-opensource/ssdev/issues/152))
23+
- Bump yaml from 2.1.1 to 2.2.1 ([#139](https://github.com/syntro-opensource/ssdev/issues/139))
24+
- 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))
25+
- Bump jest from 28.1.2 to 28.1.3 ([#106](https://github.com/syntro-opensource/ssdev/issues/106))
26+
- Bump eslint from 8.18.0 to 8.20.0 ([#107](https://github.com/syntro-opensource/ssdev/issues/107))
27+
28+
529
<a name="1.2.3"></a>
630
## [1.2.3] - 2022-06-30
731
### 🔧 Changed
@@ -145,7 +169,8 @@
145169
- initial release
146170

147171

148-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...HEAD
172+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.3.0...HEAD
173+
[1.3.0]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...1.3.0
149174
[1.2.3]: https://github.com/syntro-opensource/ssdev/compare/1.2.2...1.2.3
150175
[1.2.2]: https://github.com/syntro-opensource/ssdev/compare/1.2.1...1.2.2
151176
[1.2.1]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...1.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ to other developers. An example would be if you want to use a different PHP vers
9292

9393
On macOS or Windows, you may instruct ssdev to mount the host directory via NFS. In the past, this has worked
9494
well for improving performance, but with the addition of new and faster file-sharing implementations,
95-
this has become a legacy feature and has been disabled by default in version `1.4.0`.
95+
this has become a legacy feature and has been disabled by default in version `1.3.0`.
9696

9797
If you want to re-enable it, simply add the `--use-nfs` flag or add the following to your config:
9898
```json

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssdev",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "docker-based devenv manager for silverstripe projects using npx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)