Skip to content

Commit

Permalink
release/2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mleutenegger committed Jan 27, 2025
1 parent 6e89e9f commit dda214f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
## [Unreleased]


<a name="2.2.0"></a>
## [2.2.0] - 2025-01-27
### 🗑 Removed
- NFS setting ([#190](https://github.com/syntro-opensource/ssdev/issues/190))


<a name="2.1.0"></a>
## [2.1.0] - 2025-01-27
### 🍰 Added
Expand Down Expand Up @@ -197,7 +203,8 @@ does only work with compose v2
- initial release


[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.1.0...HEAD
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.2.0...HEAD
[2.2.0]: https://github.com/syntro-opensource/ssdev/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/syntro-opensource/ssdev/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/syntro-opensource/ssdev/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/syntro-opensource/ssdev/compare/1.3.0...1.4.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssdev",
"version": "2.1.0",
"version": "2.2.0",
"description": "docker-based devenv manager for silverstripe projects using npx",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dda214f

Please sign in to comment.