Skip to content

Commit 44717f4

Browse files
author
Matthias Leutenegger
committed
release/1.2.1
1 parent ad5044d commit 44717f4

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="1.2.1"></a>
6+
## [1.2.1] - 2022-05-20
7+
### 🐞 Fixed
8+
- correctly state usage of `run` command in Helptext
9+
10+
### 🗑 Removed
11+
- composer is no default service anymore
12+
13+
514
<a name="1.2.0"></a>
615
## [1.2.0] - 2022-05-20
716
### 🍰 Added
@@ -114,7 +123,8 @@
114123
- initial release
115124

116125

117-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...HEAD
126+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.1...HEAD
127+
[1.2.1]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...1.2.1
118128
[1.2.0]: https://github.com/syntro-opensource/ssdev/compare/1.1.1...1.2.0
119129
[1.1.1]: https://github.com/syntro-opensource/ssdev/compare/1.1.0...1.1.1
120130
[1.1.0]: https://github.com/syntro-opensource/ssdev/compare/1.0.3...1.1.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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "docker-based devenv manager for silverstripe projects using npx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)