Skip to content

Commit 75a2dcb

Browse files
committed
chore(release): 1.4.2
1 parent a64e9b8 commit 75a2dcb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2](https://github.com/PDMLab/docker-compose/compare/v1.4.1...v1.4.2) (2026-03-31)
6+
7+
8+
### Bug Fixes
9+
10+
* remove README.md from .npmignore so npm displays it ([a64e9b8](https://github.com/PDMLab/docker-compose/commit/a64e9b8d8ab422816854ed7ef062fa774b344c85))
11+
* rename readme.md to README.md for npm package page ([95a1dea](https://github.com/PDMLab/docker-compose/commit/95a1deac0f738a6eed5271b0c5c7ed9983ef187d))
12+
513
### [1.4.1](https://github.com/PDMLab/docker-compose/compare/v1.4.0...v1.4.1) (2026-03-31)
614

715

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.4.1",
3+
"version": "1.4.2",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)