changelog-view
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -7,4 +7,8 @@ # Changelog | ||
## [1.4.0] - 2018-01-23 | ||
## [1.4.1] - 2018-01-23 | ||
### Changed | ||
* Fix issue when bundling | ||
## [1.4.0] - 2018-01-23 - YANKED | ||
### Changed | ||
* Changed the output format, it now uses [ink](https://github.com/vadimdemedes/ink) for rendering and [ink-tab](https://github.com/jdeniau/ink-tab) for browsing. | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "changelog-view", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Tool to view changelog of package in console", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -23,2 +23,5 @@ import babel from 'rollup-plugin-babel'; | ||
modules: false, | ||
targets: { | ||
node: '8', | ||
}, | ||
}, | ||
@@ -25,0 +28,0 @@ ], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2099
1654098