Skip to content

Commit

Permalink
1.1.3 testing version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Aug 30, 2019
1 parent 829a91b commit 6e5e0da
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 3 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.1.3](https://github.com/Phara0h/Postgen/compare/v1.1.2...v1.1.3)

> 30 August 2019
#### [v1.1.2](https://github.com/Phara0h/Postgen/compare/v1.1.1...v1.1.2)

> 30 August 2019
- 1.1.2 added options as a last field [`829a91b`](https://github.com/Phara0h/Postgen/commit/829a91bc05d8cc90fdeadff6b8224c6231617fe7)

#### [v1.1.1](https://github.com/Phara0h/Postgen/compare/v1.1.0...v1.1.1)

> 30 August 2019
- 1.1.1 added options as a last field [`7e8157c`](https://github.com/Phara0h/Postgen/commit/7e8157cfea9fc33523ff15896e0cc1a730b2e8a7)

#### [v1.1.0](https://github.com/Phara0h/Postgen/compare/1.0.2...v1.1.0)

> 30 August 2019
- 1.1.0 added options as a last field [`43b5231`](https://github.com/Phara0h/Postgen/commit/43b52312f8c491dd2578126b2502363de2cf43dd)

#### [1.0.2](https://github.com/Phara0h/Postgen/compare/1.0.1...1.0.2)

> 22 August 2019
- Added samples [`768b485`](https://github.com/Phara0h/Postgen/commit/768b4855ee3ec8639f1ad5e460cd02dfcf448102)

#### [1.0.1](https://github.com/Phara0h/Postgen/compare/1.0.0...1.0.1)

> 22 August 2019
- Readme fixes and package-lock incude [`fc5c815`](https://github.com/Phara0h/Postgen/commit/fc5c815199d66efb08170bc6a5be8c9a0d84b5a1)

#### 1.0.0

> 22 August 2019
- Initial commit [`330bc05`](https://github.com/Phara0h/Postgen/commit/330bc050df98e618e480aeb4a9189566252aefcb)
- Postgen's init commit [`f2598ea`](https://github.com/Phara0h/Postgen/commit/f2598eac3ee85f44238c474ae558c67736ad7047)
101 changes: 100 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "postgen",
"version": "1.1.2",
"version": "1.1.3",
"description": "A simple node script to convert postman collections to clean REST client libs for node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git commit -a && git push && git push --tags"
"version": "auto-changelog -p && git add CHANGELOG.md && git add",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,5 +34,8 @@
"dependencies": {
"beautify": "0.0.8",
"postman-collection": "^3.5.1"
},
"devDependencies": {
"auto-changelog": "^1.15.0"
}
}

0 comments on commit 6e5e0da

Please sign in to comment.