Skip to content

Commit dda214f

Browse files
committed
release/2.2.0
1 parent 6e89e9f commit dda214f

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

44

5+
<a name="2.2.0"></a>
6+
## [2.2.0] - 2025-01-27
7+
### 🗑 Removed
8+
- NFS setting ([#190](https://github.com/syntro-opensource/ssdev/issues/190))
9+
10+
511
<a name="2.1.0"></a>
612
## [2.1.0] - 2025-01-27
713
### 🍰 Added
@@ -197,7 +203,8 @@ does only work with compose v2
197203
- initial release
198204

199205

200-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.1.0...HEAD
206+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.2.0...HEAD
207+
[2.2.0]: https://github.com/syntro-opensource/ssdev/compare/2.1.0...2.2.0
201208
[2.1.0]: https://github.com/syntro-opensource/ssdev/compare/2.0.0...2.1.0
202209
[2.0.0]: https://github.com/syntro-opensource/ssdev/compare/1.4.0...2.0.0
203210
[1.4.0]: https://github.com/syntro-opensource/ssdev/compare/1.3.0...1.4.0

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "docker-based devenv manager for silverstripe projects using npx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)