From 81e627c3577aa11366b03759d9247d564e7d4095 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Apr 2024 17:10:42 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [1.2.2](https://github.com/vmalnathnambiar/exfilms/compare/v1.2.1...v1.2.2) (2024-04-12) ### Bug Fixes * **precision rounding:** issue [#6](https://github.com/vmalnathnambiar/exfilms/issues/6) ([b37fae5](https://github.com/vmalnathnambiar/exfilms/commit/b37fae59e566e49a50b2f19c418eb3e0a2a559d7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba4d81..1d46d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/vmalnathnambiar/exfilms/compare/v1.2.1...v1.2.2) (2024-04-12) + + +### Bug Fixes + +* **precision rounding:** issue [#6](https://github.com/vmalnathnambiar/exfilms/issues/6) ([b37fae5](https://github.com/vmalnathnambiar/exfilms/commit/b37fae59e566e49a50b2f19c418eb3e0a2a559d7)) + ## [1.2.1](https://github.com/vmalnathnambiar/exfilms/compare/v1.2.0...v1.2.1) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index 371b64e..d75ca00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exfilms", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exfilms", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "arraybuffer-xml-parser": "^0.6.0", diff --git a/package.json b/package.json index 4524f72..a41d44b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exfilms", - "version": "1.2.1", + "version": "1.2.2", "description": "A cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with spectrum filtering capabilities.", "bin": { "exfilms": "./src/exfilms.js"