@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.5 to 0.1.6-canary-69aa84337c0cec72f3e03ea0b96eb35e40ffe8b3
@@ -10,2 +10,12 @@ # Changelog | ||
### Changed | ||
- misc: bump @types/jest from 25.1.1 to 25.1.2 #58 | ||
## [0.1.6] | ||
### Changed | ||
- misc: bump @rollup/plugin-commonjs from 11.0.1 to 11.0.2 #56 | ||
## [0.1.5] | ||
@@ -187,4 +197,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 +203,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.5", | ||
"version": "0.1.6-canary-69aa84337c0cec72f3e03ea0b96eb35e40ffe8b3", | ||
"description": "Say hello", | ||
@@ -38,4 +38,4 @@ "main": "dist/index.js", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
"@rollup/plugin-commonjs": "^11.0.1", | ||
"@types/jest": "^25.1.1", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@types/jest": "^25.1.2", | ||
"babel-jest": "^25.1.0", | ||
@@ -42,0 +42,0 @@ "jest": "^25.1.0", |
9108