@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.1.2] | ||
### Changed | ||
- Updated ts-jest dependency | ||
## [0.1.1] | ||
@@ -163,4 +169,6 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.1...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.2...HEAD | ||
[0.1.2]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.1...v0.1.2 | ||
[0.1.1]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.0...v0.1.1 | ||
@@ -167,0 +175,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Say hello", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"ts-jest": "^25.0.0", | ||
"ts-jest": "^25.1.0", | ||
"tslib": "^1.10.0", | ||
@@ -47,0 +47,0 @@ "typedoc": "^0.16.9", |
8109