Skip to content

Commit

Permalink
chore: release 0.5.1 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 8, 2021
1 parent 6edcd28 commit cbe5bd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.5.1](https://www.github.com/mylims/ndim-parser/compare/v0.5.0...v0.5.1) (2021-11-08)


### Bug Fixes

* generate lowercase index instead of uppercase ([dc9f1ed](https://www.github.com/mylims/ndim-parser/commit/dc9f1ede4519df65f75fca5385133f334a41d378))
* reduce posible number of variables ([6edcd28](https://www.github.com/mylims/ndim-parser/commit/6edcd2802c869d98d2ab583f4414596d399a0505))

## [0.5.0](https://www.github.com/mylims/ndim-parser/compare/v0.4.0...v0.5.0) (2021-11-08)


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": "ndim-parser",
"version": "0.5.0",
"version": "0.5.1",
"description": "File parser for n-dimensional values",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit cbe5bd7

Please sign in to comment.