Skip to content

Commit

Permalink
fix: package.json version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Smith committed Jul 31, 2021
1 parent 6e8037f commit 3b00278
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## [Unreleased]
### Bug Fixes
- package.json version and CHANGELOG
### Features
- Update npm to 7.20.0
- Update npm to 7.20.0 ([9dd0b8cc])
- Update Jenkins to 2.289.2 ([25802d65])
- Run Lint on Dockerfiles ([2d971dc0])
- Generate CHANGELOG.md from Git following Conventional Commits ([08e94856])
Expand Down Expand Up @@ -68,6 +70,8 @@

[Unreleased]: https://github.com/Nathan-Smith/poc-jenkins-monorepo/compare/v0.5.0...HEAD

[6e8037f3]: https://github.com/Nathan-Smith/poc-jenkins-monorepo/commit/6e8037f39d3e3187ed44a8f491490361f6aac33f
[9dd0b8cc]: https://github.com/Nathan-Smith/poc-jenkins-monorepo/commit/9dd0b8ccc7a1f5e61949874dc17ef344857ff309
[25802d65]: https://github.com/Nathan-Smith/poc-jenkins-monorepo/commit/25802d6528fdb52c0811a29698e95cc95c67e52f
[2d971dc0]: https://github.com/Nathan-Smith/poc-jenkins-monorepo/commit/2d971dc0c667bdab486b7176f0ccf70678f37eee
[08e94856]: https://github.com/Nathan-Smith/poc-jenkins-monorepo/commit/08e9485600a281dce533ead239c97d1b995c0676
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-rc.0
0.6.0-rc.1
2 changes: 1 addition & 1 deletion cicd/build-pipeline-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-rc.0
0.3.0-rc.1
4 changes: 2 additions & 2 deletions cicd/build-pipeline-generator/package-lock.json

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

2 changes: 1 addition & 1 deletion cicd/build-pipeline-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-pipeline-generator",
"version": "0.3.0-rc.0
"version": "0.3.0-rc.1",
"description": "",
"main": "./lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion cicd/changelog/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-rc.0
0.1.0-rc.1
4 changes: 2 additions & 2 deletions cicd/changelog/package-lock.json

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

2 changes: 1 addition & 1 deletion cicd/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelog",
"version": "0.1.0-rc.0
"version": "0.1.0-rc.1",
"description": "",
"main": "./lib/index.js",
"bin": {
Expand Down

0 comments on commit 3b00278

Please sign in to comment.