Skip to content

Commit

Permalink
chore(release): 8.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Feb 18, 2022
1 parent 67961bc commit 5205cd5
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.13](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.12...v8.0.0-alpha.13) (2022-02-18)


### Features

* **eslint-config:** remove no-unnecessary-condition rule ([67961bc](https://github.com/TrigenSoftware/scripts/commit/67961bc0d2f96438a8642bfa7df86ff0619f9f52))





# [8.0.0-alpha.12](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.11...v8.0.0-alpha.12) (2022-02-17)


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.12",
"version": "8.0.0-alpha.13",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/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.13](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.12...v8.0.0-alpha.13) (2022-02-18)


### Features

* **eslint-config:** remove no-unnecessary-condition rule ([67961bc](https://github.com/TrigenSoftware/scripts/commit/67961bc0d2f96438a8642bfa7df86ff0619f9f52))





# [8.0.0-alpha.12](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.11...v8.0.0-alpha.12) (2022-02-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigen/eslint-config",
"version": "8.0.0-alpha.12",
"version": "8.0.0-alpha.13",
"description": "Trigen's ESLint config.",
"author": "dangreen",
"license": "MIT",
Expand Down

0 comments on commit 5205cd5

Please sign in to comment.