Skip to content

Commit 1886952

Browse files
authored
fix: run format after update changelog to ensure correct format in changelog. (#171)
1 parent da37a16 commit 1886952

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Add AsyncGenerator support to subscribe() for improved DX ([#169](https://github.com/cloudamqp/amqp-client.js/pull/169))
14+
- Add AsyncGenerator support to subscribe() for improved DX ([#169](https://github.com/cloudamqp/amqp-client.js/pull/169))
1515

1616
## [3.3.2] - 2025-09-12
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"postbuild": "echo '{\"type\": \"commonjs\"}' > lib/cjs/package.json",
4444
"prepare": "npm run build",
4545
"preversion": "npm run test:local",
46-
"version": "sed -i '' \"s/VERSION = .*/VERSION = \\\"$npm_package_version\\\"/\" src/amqp-base-client.ts && npm run format && npm run update-changelog && git add -A",
46+
"version": "sed -i '' \"s/VERSION = .*/VERSION = \\\"$npm_package_version\\\"/\" src/amqp-base-client.ts && npm run update-changelog && npm run format && git add -A",
4747
"postversion": "npm run create-tag && git push && git push --tags",
4848
"release": "npm version patch --no-git-tag-version",
4949
"release:minor": "npm version minor --no-git-tag-version",

0 commit comments

Comments
 (0)