Skip to content

Commit 9bd2e4c

Browse files
author
Matthias Leutenegger
committed
release/1.2.2
1 parent fd7e728 commit 9bd2e4c

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.2"></a>
6+
## [1.2.2] - 2022-05-20
7+
### 🐞 Fixed
8+
- supress error message
9+
10+
### 🔧 Changed
11+
- allow dev stability for `init`
12+
13+
514
<a name="1.2.1"></a>
615
## [1.2.1] - 2022-05-20
716
### 🐞 Fixed
@@ -123,7 +132,8 @@
123132
- initial release
124133

125134

126-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.1...HEAD
135+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.2...HEAD
136+
[1.2.2]: https://github.com/syntro-opensource/ssdev/compare/1.2.1...1.2.2
127137
[1.2.1]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...1.2.1
128138
[1.2.0]: https://github.com/syntro-opensource/ssdev/compare/1.1.1...1.2.0
129139
[1.1.1]: https://github.com/syntro-opensource/ssdev/compare/1.1.0...1.1.1

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

0 commit comments

Comments
 (0)