Skip to content

Commit 8469298

Browse files
author
Matthias Leutenegger
committed
release/1.2.3
1 parent 48b5160 commit 8469298

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

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

44

5+
<a name="1.2.3"></a>
6+
## [1.2.3] - 2022-06-30
7+
### 🔧 Changed
8+
- uses oracle image for mysql by default
9+
10+
### 🧬 Dependencies
11+
- Bump [@syntro](https://github.com/syntro)-opensource/eslint-config-base from 1.0.2 to 1.1.0 ([#99](https://github.com/syntro-opensource/ssdev/issues/99))
12+
- Bump eslint from 8.16.0 to 8.18.0 ([#102](https://github.com/syntro-opensource/ssdev/issues/102))
13+
- Bump yaml from 2.1.0 to 2.1.1 ([#98](https://github.com/syntro-opensource/ssdev/issues/98))
14+
- Bump jest from 28.1.0 to 28.1.2 ([#104](https://github.com/syntro-opensource/ssdev/issues/104))
15+
- Bump eslint from 8.15.0 to 8.16.0 ([#96](https://github.com/syntro-opensource/ssdev/issues/96))
16+
17+
518
<a name="1.2.2"></a>
619
## [1.2.2] - 2022-05-20
720
### 🐞 Fixed
@@ -132,7 +145,8 @@
132145
- initial release
133146

134147

135-
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.2...HEAD
148+
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...HEAD
149+
[1.2.3]: https://github.com/syntro-opensource/ssdev/compare/1.2.2...1.2.3
136150
[1.2.2]: https://github.com/syntro-opensource/ssdev/compare/1.2.1...1.2.2
137151
[1.2.1]: https://github.com/syntro-opensource/ssdev/compare/1.2.0...1.2.1
138152
[1.2.0]: https://github.com/syntro-opensource/ssdev/compare/1.1.1...1.2.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.2",
3+
"version": "1.2.3",
44
"description": "docker-based devenv manager for silverstripe projects using npx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)