Skip to content

Commit

Permalink
chore(master): release 2.0.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Oct 21, 2022
1 parent 5f47151 commit bea14eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bea14eb

Please sign in to comment.