@jozwiaczek-test-org/npm-publishing
Advanced tools
Comparing version 2.33.0 to 2.34.0
@@ -8,1 +8,4 @@ const fs = require('fs'); | ||
console.log(changelog); | ||
const currentRelease = changelog.split('# [')[1]; | ||
const releaseNote = currentRelease.split('\n').slice(2).join('\n'); | ||
console.log(releaseNote); |
@@ -0,1 +1,8 @@ | ||
# [2.34.0](https://github.com/Jozwiaczek/npm-publishing-demo/compare/v2.33.0...v2.34.0) (2021-04-29) | ||
### Features | ||
* asdasd ([35ebbc6](https://github.com/Jozwiaczek/npm-publishing-demo/commit/35ebbc613212dcb5d294d64b26b1ed1193310ae8)) | ||
# [2.33.0](https://github.com/Jozwiaczek/npm-publishing-demo/compare/v2.32.0...v2.33.0) (2021-04-27) | ||
@@ -2,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.33.0", | ||
"version": "2.34.0", | ||
"main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
2290662
99