Skip to content

Commit c6ac897

Browse files
committed
chore(release): 1.4.0
1 parent 698d0f3 commit c6ac897

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.4.0](https://github.com/PDMLab/docker-compose/compare/v1.3.3...v1.4.0) (2026-03-31)
6+
7+
8+
### Features
9+
10+
* add typed compose object support ([6e9cb51](https://github.com/PDMLab/docker-compose/commit/6e9cb518c7e81fcddf0a523c83693862babb56d5))
11+
12+
13+
### Bug Fixes
14+
15+
* use type-only export for ComposeSpecification ([698d0f3](https://github.com/PDMLab/docker-compose/commit/698d0f347f203e40fae82a7f00f00a7977f1a8fb))
16+
517
### [1.3.3](https://github.com/PDMLab/docker-compose/compare/v1.3.2...v1.3.3) (2026-03-26)
618

719
### [1.3.2](https://github.com/PDMLab/docker-compose/compare/v1.3.1...v1.3.2) (2026-03-11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-compose",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)