From b76a11f6963cf8c433e70544c7baff304fcfd12b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:14:20 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a566a3..e0911d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.0](https://github.com/klarkc/purs-eval/compare/v1.3.0...v1.4.0) (2023-08-21) + + +### Features + +* add LSP to flake ([bb9f0e7](https://github.com/klarkc/purs-eval/commit/bb9f0e7b57980e7972c4ee454227351c599b5d35)) + + +### Bug Fixes + +* library API change ([b5acee9](https://github.com/klarkc/purs-eval/commit/b5acee96178b09f8c0505098a6e29171e27377a0)) +* npmlock2nix refusing to build ([3270052](https://github.com/klarkc/purs-eval/commit/3270052badb0fd9f1fa9c2166cec6cc2a4db4a75)) +* purs-nix API changes ([025f93e](https://github.com/klarkc/purs-eval/commit/025f93e75b82009d5d51061937093f052dbbea9e)) + ## [1.3.0](https://github.com/klarkc/purs-eval/compare/v1.2.0...v1.3.0) (2022-12-17) diff --git a/package-lock.json b/package-lock.json index 06b09ee..41ff72e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "xhr2": "^0.2.1" }, - "version": "1.3.0" + "version": "1.4.0" }, "node_modules/xhr2": { "version": "0.2.1", @@ -31,5 +31,5 @@ "dev": true } }, - "version": "1.3.0" + "version": "1.4.0" } diff --git a/package.json b/package.json index 9e979b7..5653c38 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ "devDependencies": { "xhr2": "^0.2.1" }, - "version": "1.3.0" + "version": "1.4.0" }