Skip to content

Commit

Permalink
CHANGELOG: release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Feb 2, 2022
1 parent 55833a9 commit e5332d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [1.0.3] - 2022-02-02

### Fixed
- Typo: getAmountOfDateEditors renamed to getNumberOfDataEditors (see [issue 3](https://github.com/RMLio/matey/issues/2)).
- Make download buttons work again (see [issue 2](https://github.com/RMLio/matey/issues/2))
Expand Down Expand Up @@ -46,6 +48,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
- Initial public release

[1.0.3]: https://github.com/RMLio/matey/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/RMLio/matey/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/RMLio/matey/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/RMLio/matey/compare/v0.0.2...v1.0.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmlio/matey",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"prepare-dist": "rm -rf dist; mkdir dist",
"build:dev": "npm run prepare-dist; browserify lib/index.js --standalone Matey -t urify/transform -t brfs -t browserify-css > dist/matey.min.js",
Expand Down

0 comments on commit e5332d7

Please sign in to comment.