Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 13, 2024
1 parent 12f6adf commit 23f96bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# node-api-headers Changelog

## [1.4.0](https://github.com/KevinEady/node-api-headers/compare/v1.3.0...v1.4.0) (2024-10-13)


### Features

* **no-release:** add conditional support in `#if` ([#71](https://github.com/KevinEady/node-api-headers/issues/71)) ([12f6adf](https://github.com/KevinEady/node-api-headers/commit/12f6adf1b45f2f0e1dd7158d19a954801de9a332))
* update headers from nodejs/node tag v22.7.0 ([#48](https://github.com/KevinEady/node-api-headers/issues/48)) ([6c73c34](https://github.com/KevinEady/node-api-headers/commit/6c73c34b72e836531530f863eac315bd42e4569e))

## [1.3.0](https://github.com/nodejs/node-api-headers/compare/v1.2.0...v1.3.0) (2024-09-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"write-win32-def": "node --no-warnings scripts/write-win32-def.js",
"test": "node test/parse-utils.js "
},
"version": "1.3.0",
"version": "1.4.0",
"support": true
}

0 comments on commit 23f96bb

Please sign in to comment.