Skip to content

Commit 4cd269c

Browse files
committed
CHANGELOG: release v1.1.1
1 parent b986d15 commit 4cd269c

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.1.1] - 2023-09-19
11+
1012
### Changed
1113
- Updated dependency on yarrrml-parser to v1.6.1
1214
- Downgraded dev dependency on gulp to 3.9.1 due to security issue
@@ -76,6 +78,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7678
### Added
7779
- Initial public release
7880

81+
[1.1.1]: https://github.com/RMLio/matey/compare/v1.1.0...v1.1.1
7982
[1.1.0]: https://github.com/RMLio/matey/compare/v1.0.5...v1.1.0
8083
[1.0.5]: https://github.com/RMLio/matey/compare/v1.0.4...v1.0.5
8184
[1.0.4]: https://github.com/RMLio/matey/compare/v1.0.3...v1.0.4

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.1.0",
3+
"version": "1.1.1",
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)