Skip to content

Commit 2f2aa6d

Browse files
committed
release: release v0.4.2
1 parent a11ad4c commit 2f2aa6d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.4.2](https://github.com/ApsarasX/llvm-bindings/compare/v0.4.1...v0.4.2) (2022-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **Type:** wrong parameter verification ([8180e9c](https://github.com/ApsarasX/llvm-bindings/commit/8180e9cd35d29ffa02572870e890b118cb941699))
7+
8+
9+
### Features
10+
11+
* **IR/GlobalVariable:** add setInitializer method ([a11ad4c](https://github.com/ApsarasX/llvm-bindings/commit/a11ad4c5b86fe3efbbbfde9328e1f3baaa85d927))
12+
13+
14+
115
## [0.4.1](https://github.com/ApsarasX/llvm-bindings/compare/v0.4.0...v0.4.1) (2022-07-22)
216

317

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llvm-bindings",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "LLVM bindings for Node.js/JavaScript/TypeScript",
55
"keywords": [
66
"llvm",

0 commit comments

Comments
 (0)