chore(release): prepare for 1.151.2 (#6267)

following `RELEASE.md`, after merging, the following is needed:

6. Tag the release: `git tag --annotate v1.151.2`.
7. Push the release tag: `git push origin v1.151.2`.
8. Create a GitHub release: `gh release create v1.151.2 --notes ''`.
This commit is contained in:
bjoern
2024-11-27 13:37:01 +01:00
committed by GitHub
parent ba68b87c58
commit d1537095e4
13 changed files with 43 additions and 16 deletions

View File

@@ -55,5 +55,5 @@
"test:mocha": "mocha node/test/test.mjs --growl --reporter=spec --bail --exit"
},
"types": "node/dist/index.d.ts",
"version": "1.151.1"
"version": "1.151.2"
}