Skip to content

Commit

Permalink
internal: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Apr 3, 2024
1 parent 7269073 commit 00743f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@




## v2.0.2 (2024-04-03)

#### :bug: Bug Fix
* [#259](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/259) Fix RangeError in files with multiple forward slashes ([@MichalBryxi](https://github.com/MichalBryxi))

#### :house: Internal
* [#262](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/262) Add config for Corepack ([@MichalBryxi](https://github.com/MichalBryxi))
* [#263](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/263) VSCode settings cleanup ([@MichalBryxi](https://github.com/MichalBryxi))

#### Committers: 1
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))

## v2.0.1 (2024-03-15)

#### :bug: Bug Fix
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": "prettier-plugin-ember-template-tag",
"version": "2.0.1",
"version": "2.0.2",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
Expand Down

0 comments on commit 00743f2

Please sign in to comment.