chore(master): release 2.0.2 (#23)

This commit is contained in:
cheminfo-bot 2022-10-21 09:29:17 +02:00 committed by GitHub
parent 5f471511c7
commit bea14eb772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## [2.0.2](https://github.com/cheminfo/netcdfjs/compare/v0.7.0...v2.0.2) (2022-10-21)
### ⚠ BREAKING CHANGES
* No more default export You need to import the class using `const { NetCDFReader } = require("netcdfjs")`
### Bug Fixes
* do not trime attribute values ([d8dd69c](https://github.com/cheminfo/netcdfjs/commit/d8dd69c6582a7372630fb991e537e2dbff1da68b))
* use npm's "files" array instead of npmignore ([fd69b25](https://github.com/cheminfo/netcdfjs/commit/fd69b2575103c4cc16a91472c702a8716115066c))
### Miscellaneous Chores
* Finalise es6 module migration ([3667a0b](https://github.com/cheminfo/netcdfjs/commit/3667a0b6be1c1ab444e46b620f38234dcac5c87c))
* release correct version ([5f47151](https://github.com/cheminfo/netcdfjs/commit/5f471511c77d6176126a4198cde863e900a6e4bf))
### [2.0.1](https://github.com/cheminfo/netcdfjs/compare/v2.0.0...v2.0.1) (2021-09-07)
## [2.0.0](https://github.com/cheminfo/netcdfjs/compare/v0.7.0...v2.0.0) (2021-09-07)

View File

@ -1,6 +1,6 @@
{
"name": "netcdfjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "Read and explore NetCDF files",
"main": "lib/index.js",
"module": "src/index.js",