diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5ed40..77acbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# 0.1.8 + +- Build the executable with static linking for Linux + # 0.1.7 #### :rocket: New Feature diff --git a/package.json b/package.json index 1bb9463..085c36b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@greenlabs/ppx-ts", - "version": "0.1.7", + "version": "0.1.8", "description": "ReScript PPX helps binding to typescript modules", "license": "MIT", "author": "Greenlabs Dev ", diff --git a/ppx_ts.opam b/ppx_ts.opam index ed52f2f..1fd325d 100644 --- a/ppx_ts.opam +++ b/ppx_ts.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.1.7" +version: "0.1.8" synopsis: "A PPX helps binding to typescript modules" description: "" maintainer: ["developer@greenlabs.co.kr"]