Skip to content

Commit 6f7725e

Browse files
authored
Merge pull request #204 from deploystackio/release-v1.21.3
chore(release): prepare release v1.21.3
2 parents 5eaf8c9 + 8715721 commit 6f7725e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.21.3](https://github.com/deploystackio/docker-to-iac/compare/v1.21.2...v1.21.3) (2025-04-11)
4+
### Chores
5+
6+
* chore: bump @eslint/js from 9.23.0 to 9.24.0 [9ebdc18]
7+
* chore: bump @types/node from 22.13.14 to 22.14.0 [8942a46]
8+
* chore: bump @typescript-eslint/parser from 8.28.0 to 8.29.0 [28ad47f]
9+
* chore: bump @typescript-eslint/eslint-plugin from 8.28.0 to 8.29.0 [8132e03]
10+
* chore: bump eslint from 9.23.0 to 9.24.0 [9b69589]
11+
12+
13+
14+
### Bug Fixes
15+
* **run-command-parser:** improve argument parsing for docker run commands ([dd8f479](https://github.com/deploystackio/docker-to-iac/commit/dd8f4796eeb41f061584f8f1aed01da9148216c1))
16+
317
## [1.21.2](https://github.com/deploystackio/docker-to-iac/compare/v1.21.1...v1.21.2) (2025-04-06)
418

519
### Bug Fixes

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.21.2",
3+
"version": "1.21.3",
44
"main": "dist/src/index.js",
55
"scripts": {
66
"pretest": "rm -rf test/output/docker-compose test/output/docker-run",

0 commit comments

Comments
 (0)