@jozwiaczek-test-org/npm-publishing
Advanced tools
Comparing version 2.36.1 to 2.36.2
const fs = require('fs'); | ||
console.log('Node build script'); | ||
const [nextRelease] = process.argv.slice(2); | ||
console.log('NEXT OBJECT:', JSON.stringify(nextRelease)); | ||
console.table(nextRelease); | ||
console.log('ENV:', process.env.TMP); | ||
@@ -6,0 +6,0 @@ const changelog = fs.readFileSync(`./CHANGELOG.md`, 'utf8'); |
@@ -0,1 +1,8 @@ | ||
## [2.36.2](https://github.com/Jozwiaczek/npm-publishing-demo/compare/v2.36.1...v2.36.2) (2021-04-29) | ||
### Bug Fixes | ||
* test changelog ([a5190a7](https://github.com/Jozwiaczek/npm-publishing-demo/commit/a5190a7bd64d6485af5be8fe91a849d0e9af9361)) | ||
## [2.36.1](https://github.com/Jozwiaczek/npm-publishing-demo/compare/v2.36.0...v2.36.1) (2021-04-29) | ||
@@ -2,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.36.1", | ||
"version": "2.36.2", | ||
"main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
2278704