Skip to content

Commit

Permalink
chore(release): 8.0.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed May 2, 2022
1 parent 4a86b3e commit e772c63
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-alpha.16](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.15...v8.0.0-alpha.16) (2022-05-02)


### Bug Fixes

* **lint-package-json:** fix cli ([4a86b3e](https://github.com/TrigenSoftware/scripts/commit/4a86b3e8748b11ff1375fe58e6244bfb9f765f58))





# [8.0.0-alpha.15](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.14...v8.0.0-alpha.15) (2022-05-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0-alpha.15",
"version": "8.0.0-alpha.16",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lint-package-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-alpha.16](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.15...v8.0.0-alpha.16) (2022-05-02)


### Bug Fixes

* **lint-package-json:** fix cli ([4a86b3e](https://github.com/TrigenSoftware/scripts/commit/4a86b3e8748b11ff1375fe58e6244bfb9f765f58))





# [8.0.0-alpha.15](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.14...v8.0.0-alpha.15) (2022-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/lint-package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/lint-package-json",
"type": "module",
"version": "8.0.0-alpha.15",
"version": "8.0.0-alpha.16",
"description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.",
"author": "dangreen",
"license": "MIT",
Expand Down

0 comments on commit e772c63

Please sign in to comment.