@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.9 to 0.1.10-canary-7166320-1582100760688
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.1.10] | ||
### Changed | ||
- misc: bump typedoc from 0.16.9 to 0.16.10 | ||
## [0.1.9] | ||
@@ -209,4 +215,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.9...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.10...HEAD | ||
[0.1.10]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.9...v0.1.10 | ||
[0.1.9]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.8...v0.1.9 | ||
@@ -213,0 +221,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.9", | ||
"version": "0.1.10-canary-7166320-1582100760688", | ||
"description": "Say hello", | ||
@@ -47,7 +47,7 @@ "main": "dist/index.js", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"ts-jest": "^25.2.0", | ||
"ts-jest": "^25.2.1", | ||
"tslib": "^1.10.0", | ||
"typedoc": "^0.16.9", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.7.5" | ||
} | ||
} |
9747