File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments