Skip to content

Commit

Permalink
Merge pull request #656 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 1, 2024
2 parents cf477db + ff9f8e7 commit 89105f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@nullvoxpopuli/eslint-configs": {
"impact": "minor",
"oldVersion": "4.1.0",
"newVersion": "4.2.0",
"oldVersion": "4.2.0",
"newVersion": "4.3.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-08-02)\n\n@nullvoxpopuli/eslint-configs 4.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@nullvoxpopuli/eslint-configs`\n * [#654](https://github.com/NullVoxPopuli/eslint-configs/pull/654) Support mts for node config ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-01)\n\n@nullvoxpopuli/eslint-configs 4.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@nullvoxpopuli/eslint-configs`\n * [#671](https://github.com/NullVoxPopuli/eslint-configs/pull/671) Expose ember's config builder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-11-01)

@nullvoxpopuli/eslint-configs 4.3.0 (minor)

#### :rocket: Enhancement
* `@nullvoxpopuli/eslint-configs`
* [#671](https://github.com/NullVoxPopuli/eslint-configs/pull/671) Expose ember's config builder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-08-02)

@nullvoxpopuli/eslint-configs 4.2.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nullvoxpopuli/eslint-configs",
"version": "4.2.0",
"version": "4.3.0",
"description": "eslint configs for the NullVoxPopuli's projects",
"repository": {
"url": "https://github.com/NullVoxPopuli/eslint-configs"
Expand Down

0 comments on commit 89105f4

Please sign in to comment.