diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..3112dcf --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "ember-eslint-parser": { + "impact": "minor", + "oldVersion": "0.0.1", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2023-12-20)\n\nember-eslint-parser 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#1](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/1) Move parser and add boilerplate ([@vstefanovic97](https://github.com/vstefanovic97))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#4](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/4) add publint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/3) Deps: Upgrade release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/2) add --singlePackage for CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..44307dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,18 @@ # Changelog +## Release (2023-12-20) + +ember-eslint-parser 0.1.0 (minor) + +#### :rocket: Enhancement +* `ember-eslint-parser` + * [#1](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/1) Move parser and add boilerplate ([@vstefanovic97](https://github.com/vstefanovic97)) + +#### :house: Internal +* `ember-eslint-parser` + * [#4](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/4) add publint ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#3](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/3) Deps: Upgrade release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#2](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/2) add --singlePackage for CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Vuk ([@vstefanovic97](https://github.com/vstefanovic97)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) diff --git a/package.json b/package.json index 8db24bc..063f012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.0.1", + "version": "0.1.0", "description": "", "keywords": [], "repository": {