Skip to content

Commit 62bde19

Browse files
authored
Merge pull request #245 from deploystackio/release-v1.23.1
chore(release): prepare release v1.23.1
2 parents df05f7a + fa3db69 commit 62bde19

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.23.1](https://github.com/deploystackio/docker-to-iac/compare/v1.23.0...v1.23.1) (2025-05-13)
4+
### Chores
5+
6+
* chore: bump @typescript-eslint/parser from 8.31.1 to 8.32.0 [dc6ecee]
7+
* chore: bump @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.0 [fb91a1c]
8+
* chore: bump @types/node from 22.15.3 to 22.15.17 [8c76503]
9+
* chore: bump @vitest/coverage-v8 from 3.1.2 to 3.1.3 [125695d]
10+
* chore: bump globals from 16.0.0 to 16.1.0 [1730356]
11+
* chore: bump @types/node from 22.15.2 to 22.15.3 [acbe493]
12+
* chore: bump eslint from 9.25.1 to 9.26.0 [fe0e1f7]
13+
* chore: bump @eslint/js from 9.25.1 to 9.26.0 [79af2f9]
14+
* chore: bump release-it from 19.0.1 to 19.0.2 [003142f]
15+
* chore: bump @typescript-eslint/parser from 8.31.0 to 8.31.1 [62392a5]
16+
* chore: bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 [b2b2714]
17+
* chore: bump vite from 6.3.3 to 6.3.4 [fe73691]
18+
* chore: bump azure/setup-helm from 3 to 4 [1731c15]
19+
* chore: bump @typescript-eslint/parser from 8.30.1 to 8.31.0 [a9e9677]
20+
* chore: bump eslint from 9.25.0 to 9.25.1 [7cfd090]
21+
* chore: bump @vitest/coverage-v8 from 3.1.1 to 3.1.2 [68afd39]
22+
* chore: bump @types/node from 22.14.1 to 22.15.2 [e93ec45]
23+
324
# [1.23.0](https://github.com/deploystackio/docker-to-iac/compare/v1.22.2...v1.23.0) (2025-04-27)
425

526
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/docker-to-iac",
3-
"version": "1.23.0",
3+
"version": "1.23.1",
44
"main": "dist/src/index.js",
55
"scripts": {
66
"pretest:e2e": "find test/e2e/output -mindepth 1 -not -name 'README.md' -delete",

0 commit comments

Comments
 (0)