diff --git a/CHANGELOG.md b/CHANGELOG.md index ef02c54..bd5be40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.14](https://github.com/BNLNPPS/esi-shell/compare/1.0.0-beta.13...1.0.0-beta.14) (2024-06-19) + + +### Bug Fixes + +* install cmake directly ([#88](https://github.com/BNLNPPS/esi-shell/issues/88)) ([e264829](https://github.com/BNLNPPS/esi-shell/commit/e264829a56638035fd0c51479fbfcd65d251a3f6)), closes [#87](https://github.com/BNLNPPS/esi-shell/issues/87) + # [1.0.0-beta.13](https://github.com/BNLNPPS/esi-shell/compare/1.0.0-beta.12...1.0.0-beta.13) (2024-06-07) diff --git a/package.json b/package.json index ecfcbe5..8752323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esi-shell", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "description": "EIC Simulation Infrastructure", "repository": { "type": "git",