Skip to content

Commit 5ab842d

Browse files
author
Matthias Leutenegger
committed
release/1.1.1
1 parent 6c14596 commit 5ab842d

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

44

5+
<a name="1.1.1"></a>
6+
## [1.1.1] - 2021-09-28
7+
### 🐞 Fixed
8+
- lint
9+
10+
### 🔧 Changed
11+
- init now relies on `config.platform` for composer
12+
13+
### 🧬 Dependencies
14+
- jest from 26.6.3 to 27.2.1 ([#58](https://github.com/syntro-opensource/ssdev/issues/58))
15+
- docker-compose from 0.23.5 to 0.23.13 ([#51](https://github.com/syntro-opensource/ssdev/issues/51))
16+
- yaml from 1.10.0 to 1.10.2 ([#28](https://github.com/syntro-opensource/ssdev/issues/28))
17+
- eslint from 7.14.0 to 7.32.0 ([#52](https://github.com/syntro-opensource/ssdev/issues/52))
18+
19+
520
<a name="1.1.0"></a>
621
## [1.1.0] - 2020-12-03
722
### 🍰 Added
@@ -79,7 +94,8 @@
7994
- initial release
8095

8196

82-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.1.0...HEAD
97+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.1.1...HEAD
98+
[1.1.1]: https://github.com/syntro-opensource/ssdev/compare/1.1.0...1.1.1
8399
[1.1.0]: https://github.com/syntro-opensource/ssdev/compare/1.0.3...1.1.0
84100
[1.0.3]: https://github.com/syntro-opensource/ssdev/compare/1.0.2...1.0.3
85101
[1.0.2]: https://github.com/syntro-opensource/ssdev/compare/1.0.1...1.0.2

package-lock.json

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

0 commit comments

Comments
 (0)