Skip to content

Commit

Permalink
internal: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Mar 15, 2024
1 parent dd0af13 commit ee198df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@




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

#### :bug: Bug Fix
* [#253](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/253) Fix errors when components contain multi-byte characters ([@patricklx](https://github.com/patricklx))

#### :robot: Dependencies
* [#213](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/213) Bump @vitest/ui from 1.1.0 to 1.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#214](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/214) Bump eslint-plugin-jsdoc from 46.9.1 to 47.0.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#215](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/215) Bump vitest from 1.1.0 to 1.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#216](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/216) Bump eslint-plugin-n from 16.5.0 to 16.6.0 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## v2.0.0 (2023-12-29)

This version is essentially a re-write. We are switching from using [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports) to parse template tags to the more robust [content-tag](https://github.com/embroider-build/content-tag) preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin [can now format](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/173) route templates from [ember-route-template](https://github.com/discourse/ember-route-template)!
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.0",
"version": "2.0.1",
"description": "A prettier plugin for formatting Ember template tags",
"keywords": [
"ember",
Expand Down

0 comments on commit ee198df

Please sign in to comment.