Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-publisher

Package Overview
Dependencies
Maintainers
15
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-publisher - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

24

CHANGELOG.md

@@ -0,1 +1,17 @@

### v3.0.0 (2022-12-06)
#### Pull requests
- [#47](https://github.com/zendesk/node-publisher/pull/47) Upgrade offline-github-changelog \(Major\) ([Sune Simonsen](mailto:sune@we-knowhow.dk), [Sune Simonsen](mailto:sune@we-knowhow.dk))
- [#46](https://github.com/zendesk/node-publisher/pull/46) Upgrade offline-github-changelog ([Sune Simonsen](mailto:sune@we-knowhow.dk))
#### Commits to master
- [v3.0.0](https://github.com/zendesk/node-publisher/commit/0f45304577e5fed207837410288891468bb75cd5) ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [Fixed incorrect version in package.json](https://github.com/zendesk/node-publisher/commit/58470f3f6eb3d33794dc9644404c14b78cd08310) ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [Update changelog](https://github.com/zendesk/node-publisher/commit/44c13daf67e3ddda081c86090817654358500f62) ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [v1.6.0](https://github.com/zendesk/node-publisher/commit/881d9273d016e37fb742ecb20e5b946f7cf6efd2) ([Sune Simonsen](mailto:sune@we-knowhow.dk))
- [Update changelog](https://github.com/zendesk/node-publisher/commit/bc7bbe4d1c8fcd25942ecf46e300c10eed1bce12) ([Attila Večerek](mailto:avecerek@zendesk.com))
- [+1 more](https://github.com/zendesk/node-publisher/compare/v2.0.0...v3.0.0)
### v2.0.0 (2021-09-17)

@@ -216,3 +232,3 @@

- [#6](https://github.com/zendesk/node-publisher/pull/6) Call local package bins directly instead of relying on `yarn` or `npx` ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#6](https://github.com/zendesk/node-publisher/pull/6) Call local package bins directly instead of relying on \`yarn\` or \`npx\` ([Attila Večerek](mailto:avecerek@zendesk.com))

@@ -228,3 +244,3 @@ #### Commits to master

- [#5](https://github.com/zendesk/node-publisher/pull/5) Run binaries of local packages either using `yarn` or `npx` ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#5](https://github.com/zendesk/node-publisher/pull/5) Run binaries of local packages either using \`yarn\` or \`npx\` ([Attila Večerek](mailto:avecerek@zendesk.com))

@@ -240,3 +256,3 @@ #### Commits to master

- [#4](https://github.com/zendesk/node-publisher/pull/4) Extend `package.json` with a binary entry ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#4](https://github.com/zendesk/node-publisher/pull/4) Extend \`package.json\` with a binary entry ([Attila Večerek](mailto:avecerek@zendesk.com))

@@ -252,3 +268,3 @@ #### Commits to master

- [#3](https://github.com/zendesk/node-publisher/pull/3) Fix `offline-github-changelog` command not found error ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#3](https://github.com/zendesk/node-publisher/pull/3) Fix \`offline-github-changelog\` command not found error ([Attila Večerek](mailto:avecerek@zendesk.com))

@@ -255,0 +271,0 @@ #### Commits to master

9

package.json

@@ -13,7 +13,5 @@ {

},
"version": "3.0.0",
"version": "3.1.0",
"main": "src/index.js",
"bin": {
"node-publisher": "./bin/node-publisher"
},
"bin": "./bin/node-publisher",
"scripts": {

@@ -32,3 +30,3 @@ "coverage": "jest --coverage",

"js-yaml": "3.13.1",
"offline-github-changelog": "3.0.1",
"offline-github-changelog": "3.0.2",
"semver": "6.2.0"

@@ -82,3 +80,4 @@ },

},
"packageManager": "yarn@1.22.21",
"pre-commit": "lint-staged"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc