Skip to content

Commit 0725f5f

Browse files
author
Matthias Leutenegger
committed
release/1.2.0
1 parent c7e10d3 commit 0725f5f

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.md

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

44

5+
<a name="1.2.0"></a>
6+
## [1.2.0] - 2022-05-20
7+
### 🍰 Added
8+
- Enable use of `ssdev up` which is closer to docker-compose
9+
- Enable interactive sessions for `exec` and `run` via `stdio: 'inherit'` ([#93](https://github.com/syntro-opensource/ssdev/issues/93))
10+
- `ssdev` config option for package.json files
11+
12+
### 🐞 Fixed
13+
- fixed security auddit / alerts
14+
15+
### 🔧 Changed
16+
- Improved documentation
17+
- `init` command now uses our custom container, not requiring users to ignore platform reqs
18+
- `init` command uses `syntro/ssto^2`
19+
- added a custom prefix to dependabot PRs
20+
21+
### 🧬 Dependencies
22+
- Bump eslint from 7.32.0 to 8.15.0 ([#92](https://github.com/syntro-opensource/ssdev/issues/92))
23+
24+
525
<a name="1.1.1"></a>
626
## [1.1.1] - 2021-09-28
727
### 🐞 Fixed
@@ -94,7 +114,8 @@
94114
- initial release
95115

96116

97-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.1.1...HEAD
117+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...HEAD
118+
[1.2.0]: https://github.com/syntro-opensource/ssdev/compare/1.1.1...1.2.0
98119
[1.1.1]: https://github.com/syntro-opensource/ssdev/compare/1.1.0...1.1.1
99120
[1.1.0]: https://github.com/syntro-opensource/ssdev/compare/1.0.3...1.1.0
100121
[1.0.3]: https://github.com/syntro-opensource/ssdev/compare/1.0.2...1.0.3

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

0 commit comments

Comments
 (0)