@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.8 to 0.1.9-canary-1cbd1cfc36ae47d16c6e404b680e7680faad0739
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.1.9] | ||
### Changed | ||
- misc: bump rollup from 1.31.0 to 1.31.1 | ||
## [0.1.8] | ||
@@ -203,4 +209,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.8...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.9...HEAD | ||
[0.1.9]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.8...v0.1.9 | ||
[0.1.8]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.7...v0.1.8 | ||
@@ -207,0 +215,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.8", | ||
"version": "0.1.9-canary-1cbd1cfc36ae47d16c6e404b680e7680faad0739", | ||
"description": "Say hello", | ||
@@ -43,3 +43,3 @@ "main": "dist/index.js", | ||
"remark-cli": "^7.0.1", | ||
"rollup": "^1.31.0", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-multi-input": "^1.0.3", | ||
@@ -50,5 +50,5 @@ "rollup-plugin-terser": "^5.2.0", | ||
"tslib": "^1.10.0", | ||
"typedoc": "^0.16.9", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.7.5" | ||
} | ||
} |
9597