From edb50e93fa76d4f520fae568d067b4791a05a9a4 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Sat, 8 Oct 2022 08:32:29 +0200 Subject: [PATCH] chore(master): release 1.5.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c568d1e..536d049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.0](https://github.com/cheminfo/isotherm-analysis/compare/v1.4.0...v1.5.0) (2022-10-08) + + +### Features + +* completed implementation ([6701c4b](https://github.com/cheminfo/isotherm-analysis/commit/6701c4b3d7a87af89d1040dce950f6f64e3282b6)) + + +### Bug Fixes + +* failing test for belsorp ([0ed3e58](https://github.com/cheminfo/isotherm-analysis/commit/0ed3e58c4a2b750a700128646cea51592aff1564)), closes [#57](https://github.com/cheminfo/isotherm-analysis/issues/57) + ## [1.4.0](https://github.com/cheminfo/isotherm-analysis/compare/v1.3.0...v1.4.0) (2022-07-12) diff --git a/package.json b/package.json index 00617c6..2990eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isotherm-analysis", - "version": "1.4.0", + "version": "1.5.0", "description": "isotherm-analysis allows to parse and analyze isotherms. It converts from multiple formats to JCAMP-DX and provides utilities for basic analysis.", "main": "lib/index.js", "module": "src/index.js",