@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.1.6] | ||
### Changed | ||
- misc: bump @rollup/plugin-commonjs from 11.0.1 to 11.0.2 #56 | ||
## [0.1.5] | ||
@@ -187,4 +193,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.5...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.6...HEAD | ||
[0.1.6]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.5...v0.1.6 | ||
[0.1.5]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.4...v0.1.5 | ||
@@ -191,0 +199,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Say hello", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
"@rollup/plugin-commonjs": "^11.0.1", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@types/jest": "^25.1.1", | ||
@@ -41,0 +41,0 @@ "babel-jest": "^25.1.0", |
8993