Skip to content

Commit

Permalink
release: release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsarasX committed Aug 1, 2022
1 parent a11ad4c commit 2f2aa6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.4.2](https://github.com/ApsarasX/llvm-bindings/compare/v0.4.1...v0.4.2) (2022-08-01)


### Bug Fixes

* **Type:** wrong parameter verification ([8180e9c](https://github.com/ApsarasX/llvm-bindings/commit/8180e9cd35d29ffa02572870e890b118cb941699))


### Features

* **IR/GlobalVariable:** add setInitializer method ([a11ad4c](https://github.com/ApsarasX/llvm-bindings/commit/a11ad4c5b86fe3efbbbfde9328e1f3baaa85d927))



## [0.4.1](https://github.com/ApsarasX/llvm-bindings/compare/v0.4.0...v0.4.1) (2022-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llvm-bindings",
"version": "0.4.1",
"version": "0.4.2",
"description": "LLVM bindings for Node.js/JavaScript/TypeScript",
"keywords": [
"llvm",
Expand Down

0 comments on commit 2f2aa6d

Please sign in to comment.