Skip to content

Commit 2a9df53

Browse files
authored
chore(main): release 2.0.0 (#20)
1 parent 18ed9d6 commit 2a9df53

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1-
# [1.4.0](https://github.com/cheminfo/netcdf-gcms/compare/v1.3.1...v1.4.0) (2020-03-03)
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/cheminfo/netcdf-gcms/compare/v1.5.0...v2.0.0) (2024-08-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update dependencies and remove default export
9+
10+
### Miscellaneous Chores
11+
12+
* Update dependencies and remove default export ([18ed9d6](https://github.com/cheminfo/netcdf-gcms/commit/18ed9d69cd4345daf3fdaea221e50ccc549b42d5))
13+
14+
## [1.4.0](https://github.com/cheminfo/netcdf-gcms/compare/v1.3.1...v1.4.0) (2020-03-03)
215

316
### Features
417

518
- add advion format ([8f866ee](https://github.com/cheminfo/netcdf-gcms/commit/8f866ee88e5116165c35b7f72a9f29084d9daa87))
619

720
<a name="1.0.0"></a>
821

9-
# 1.0.0 (2016-11-23)
22+
## 1.0.0 (2016-11-23)
1023

1124
### Features
1225

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netcdf-gcms",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Parser from NetCDF files to JSON usable for GC/MS",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)