Skip to content

Commit ee198df

Browse files
committed
internal: release v2.0.1
1 parent dd0af13 commit ee198df

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11

22

33

4+
5+
## v2.0.1 (2024-03-15)
6+
7+
#### :bug: Bug Fix
8+
* [#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))
9+
10+
#### :robot: Dependencies
11+
* [#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))
12+
* [#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))
13+
* [#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))
14+
* [#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))
15+
16+
#### Committers: 1
17+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
18+
419
## v2.0.0 (2023-12-29)
520

621
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)!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-ember-template-tag",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)