Skip to content

Commit

Permalink
release: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsarasX committed Mar 28, 2021
1 parent 47f7c92 commit 8f6275f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.2](https://github.com/ApsarasX/llvm-bindings/compare/v0.1.1...v0.1.2) (2021-03-28)


### Features

* **IR:** add IRBuilder.CreateGEP and IRBuilder.CreateInBoundsGEP ([47f7c92](https://github.com/ApsarasX/llvm-bindings/commit/47f7c9222fabc3ce5bca9296f2acfb313bef42ff))



## [0.1.1](https://github.com/ApsarasX/llvm-bindings/compare/v0.1.0...v0.1.1) (2021-03-28)


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.1.1",
"version": "0.1.2",
"description": "LLVM bindings for Node.js/JavaScript/TypeScript",
"keywords": [
"llvm-bindings",
Expand Down

0 comments on commit 8f6275f

Please sign in to comment.