mirror of
https://github.com/cheminfo/netcdfjs.git
synced 2026-02-01 16:57:35 +00:00
chore(master): release 2.0.2 (#23)
This commit is contained in:
parent
5f471511c7
commit
bea14eb772
18
CHANGELOG.md
18
CHANGELOG.md
@ -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)
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user