New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github-orgs-packages

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-orgs-packages - npm Package Compare versions

Comparing version

to
1.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

#### 1.1.1 (2018-03-19)
##### Other Changes
* change release script ([51a71085](https://github.com/oleg-koval/github-orgs-packages/commit/51a71085662ecebb859b43c310f13690ce00df77))
## 1.0.0 (2018-03-13)

@@ -2,0 +8,0 @@

10

package.json
{
"name": "github-orgs-packages",
"version": "1.1.0",
"version": "1.1.1",
"description": "Get information for all packages inside of your github organisation",

@@ -24,6 +24,6 @@ "main": "index.js",

"lint": "eslint .",
"release": "xyz --increment",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags"
"xyz:increment": "xyz --increment",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment major",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment minor",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment patch"
},

@@ -30,0 +30,0 @@ "author": "Oleg Koval",