From c198271f965802de8870a0e14e59bc5900ca7772 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:36:03 +0200 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff0439..e3ed8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/cheminfo/netcdf-gcms/compare/v2.0.0...v3.0.0) (2024-08-28) + + +### ⚠ BREAKING CHANGES + +* remove options and always return meta and variables + +### Features + +* remove options and always return meta and variables ([deb042f](https://github.com/cheminfo/netcdf-gcms/commit/deb042f970aaaa9f86e5a3c81fa773fe7d879f38)) + ## [2.0.0](https://github.com/cheminfo/netcdf-gcms/compare/v1.5.0...v2.0.0) (2024-08-28) diff --git a/package.json b/package.json index 8c40982..4757132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netcdf-gcms", - "version": "2.0.0", + "version": "3.0.0", "description": "Parser from NetCDF files to JSON usable for GC/MS", "main": "lib/index.js", "module": "src/index.js",