Skip to content

Commit 07d3f7e

Browse files
committed
chore(release): publish
- docker-parser@0.1.3
1 parent 33a7e5d commit 07d3f7e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/docker-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/constructive-io/dev-utils/compare/docker-parser@0.1.2...docker-parser@0.1.3) (2026-08-03)
7+
8+
### Bug Fixes
9+
10+
- **docker-parser:** parse flag values and keep comments through a deparse ([93f3eb7](https://github.com/constructive-io/dev-utils/commit/93f3eb7c90373447f9625965bcc106e37424fec7))
11+
612
## [0.1.2](https://github.com/constructive-io/dev-utils/compare/docker-parser@0.1.1...docker-parser@0.1.2) (2026-07-31)
713

814
**Note:** Version bump only for package docker-parser

packages/docker-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-parser",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Dockerfile parser and deparser",
66
"main": "index.js",

0 commit comments

Comments
 (0)