diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b20bfe2..cbd0ca0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8e661..8a8282a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.18.1](/~https://github.com/nodejs/gyp-next/compare/v0.18.0...v0.18.1) (2024-05-26) + + +### Bug Fixes + +* **ci:** add Python 3.13 pre-release to test matrix ([#257](/~https://github.com/nodejs/gyp-next/issues/257)) ([8597203](/~https://github.com/nodejs/gyp-next/commit/8597203b687325c7516367135e026586279d0583)) + + +### Documentation + +* vendor docs from gyp.gsrc.io ([#254](/~https://github.com/nodejs/gyp-next/issues/254)) ([8d7ba6e](/~https://github.com/nodejs/gyp-next/commit/8d7ba6e784dedf1122a0456150c739d2a09ecf57)) + ## [0.18.0](/~https://github.com/nodejs/gyp-next/compare/v0.17.0...v0.18.0) (2024-05-08) diff --git a/pyproject.toml b/pyproject.toml index b20b7bd..c7e99aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gyp-next" -version = "0.18.0" +version = "0.18.1" authors = [ { name="Node.js contributors", email="ryzokuken@disroot.org" }, ]