Skip to content

Commit b308e46

Browse files
committed
release/2.1.0
1 parent d092467 commit b308e46

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

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

44

5+
<a name="2.1.0"></a>
6+
## [2.1.0] - 2025-01-27
7+
### 🍰 Added
8+
- Documentation for Windows
9+
10+
### 🐞 Fixed
11+
- Passwort authentication plugin ([#189](https://github.com/syntro-opensource/ssdev/issues/189))
12+
13+
514
<a name="2.0.0"></a>
615
## [2.0.0] - 2024-08-05
716
### 🔧 Changed
@@ -188,7 +197,8 @@ does only work with compose v2
188197
- initial release
189198

190199

191-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.0.0...HEAD
200+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.1.0...HEAD
201+
[2.1.0]: https://github.com/syntro-opensource/ssdev/compare/2.0.0...2.1.0
192202
[2.0.0]: https://github.com/syntro-opensource/ssdev/compare/1.4.0...2.0.0
193203
[1.4.0]: https://github.com/syntro-opensource/ssdev/compare/1.3.0...1.4.0
194204
[1.3.0]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...1.3.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.0.0",
3+
"version": "2.1.0",
44
"description": "docker-based devenv manager for silverstripe projects using npx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)