Skip to content

Commit e5332d7

Browse files
CHANGELOG: release v1.0.3
1 parent 55833a9 commit e5332d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## [1.0.3] - 2022-02-02
11+
1012
### Fixed
1113
- Typo: getAmountOfDateEditors renamed to getNumberOfDataEditors (see [issue 3](https://github.com/RMLio/matey/issues/2)).
1214
- Make download buttons work again (see [issue 2](https://github.com/RMLio/matey/issues/2))
@@ -46,6 +48,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4648
### Added
4749
- Initial public release
4850

51+
[1.0.3]: https://github.com/RMLio/matey/compare/v1.0.2...v1.0.3
4952
[1.0.2]: https://github.com/RMLio/matey/compare/v1.0.1...v1.0.2
5053
[1.0.1]: https://github.com/RMLio/matey/compare/v1.0.0...v1.0.1
5154
[1.0.0]: https://github.com/RMLio/matey/compare/v0.0.2...v1.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rmlio/matey",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"prepare-dist": "rm -rf dist; mkdir dist",
66
"build:dev": "npm run prepare-dist; browserify lib/index.js --standalone Matey -t urify/transform -t brfs -t browserify-css > dist/matey.min.js",

0 commit comments

Comments
 (0)