Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Aug 9, 2023
1 parent f73f798 commit c8b73f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/cheminfo/netcdfjs/compare/v2.0.2...v3.0.0) (2023-08-08)


### ⚠ BREAKING CHANGES

* migrate to TypeScript ([#26](https://github.com/cheminfo/netcdfjs/issues/26))

### Code Refactoring

* migrate to TypeScript ([#26](https://github.com/cheminfo/netcdfjs/issues/26)) ([9bf14de](https://github.com/cheminfo/netcdfjs/commit/9bf14dea6e2523304aae29d5f0520648dfb5eef3))

## [2.0.2](https://github.com/cheminfo/netcdfjs/compare/v0.7.0...v2.0.2) (2022-10-21)


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.2",
"version": "3.0.0",
"description": "Read and explore NetCDF files",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit c8b73f5

Please sign in to comment.