From b33ad5a1b10b2979089565fdf868c4ce6e19d0dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:20:45 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 6 ++++-- package.json | 3 ++- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..905798a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.2.0 (2022-11-02) + + +### Features + +* add capabilities and launch the compiler ([c5609ef](https://github.com/klarkc/purs-eval/commit/c5609ef15b5c55a994886d5b609a617aabb6aa58)) +* add compile ([bcf123b](https://github.com/klarkc/purs-eval/commit/bcf123b4367614a2d7630c9fcb6c7a583ee0cf7b)) +* add import rename ([981f0da](https://github.com/klarkc/purs-eval/commit/981f0da6a9154826a6c2518c87505e224c67a442)) +* add main append ([69684e1](https://github.com/klarkc/purs-eval/commit/69684e1c82808c68218f0359a2d870ced0b54b4b)) +* add purs-eval npm publication ([a3fe337](https://github.com/klarkc/purs-eval/commit/a3fe33766551755e228bbd8ae7f8199452f500e4)) +* add stream lib ([f2fb650](https://github.com/klarkc/purs-eval/commit/f2fb650818f424b081f6051ef2ea4bebb09af75c)) +* add try pparsing ([3e10f28](https://github.com/klarkc/purs-eval/commit/3e10f2827355cccb9900204ae16fdeaa8fb56748)) +* bootstrap purs-nix project ([ba47715](https://github.com/klarkc/purs-eval/commit/ba477157cf817a36f89944b9dfeccac3483f0f4b)) +* Initial commit ([6c4e7d1](https://github.com/klarkc/purs-eval/commit/6c4e7d17bc3a932b872076b8cbc31f7f9e83b981)) + + +### Bug Fixes + +* add missing xhr ffi dep ([6a0965b](https://github.com/klarkc/purs-eval/commit/6a0965b236deca5d9ec975febbf5b0b0da7f76bd)) +* incorrect purescript URL ([736ee61](https://github.com/klarkc/purs-eval/commit/736ee612a149e291e0606ae70210ab51c8a8a3f8)) +* npm bin not being found ([fa97556](https://github.com/klarkc/purs-eval/commit/fa97556f4d207b31d06e499e446068e882b98697)) diff --git a/package-lock.json b/package-lock.json index 3ca32a5..e0617e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,8 @@ }, "devDependencies": { "xhr2": "^0.2.1" - } + }, + "version": "1.2.0" }, "node_modules/xhr2": { "version": "0.2.1", @@ -29,5 +30,6 @@ "integrity": "sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw==", "dev": true } - } + }, + "version": "1.2.0" } diff --git a/package.json b/package.json index b474006..63405f8 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,6 @@ "bin": "dist/purs-eval", "devDependencies": { "xhr2": "^0.2.1" - } + }, + "version": "1.2.0" }