Skip to content

Commit f95f948

Browse files
committed
internal: release v2.0.0-1
1 parent 13c3313 commit f95f948

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11

2+
3+
## v2.0.0-1 (2023-12-28)
4+
5+
#### :boom: Breaking Change
6+
* [#208](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/208) Switch to type: module ([@gitKrystan](https://github.com/gitKrystan))
7+
8+
#### :rocket: Enhancement
9+
* [#195](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/195) More content-tag cleanup ([@gitKrystan](https://github.com/gitKrystan))
10+
11+
#### :bug: Bug Fix
12+
* [#194](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/194) Fix formatting issues #191, #192, #193 ([@gitKrystan](https://github.com/gitKrystan))
13+
14+
#### :robot: Dependencies
15+
* [#211](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/211) Upgrade content-tag ([@gitKrystan](https://github.com/gitKrystan))
16+
* [#210](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/210) Upgrade Prettier to 3.1.1 ([@gitKrystan](https://github.com/gitKrystan))
17+
* [#209](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/209) Upgrade vite to v5, vitest to v1 ([@gitKrystan](https://github.com/gitKrystan))
18+
* [#207](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/207) Upgrade dev dependencies ([@gitKrystan](https://github.com/gitKrystan))
19+
* [#201](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/201) Bump @vitest/ui from 0.34.6 to 0.34.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
20+
* [#199](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/199) Bump @babel/core from 7.23.5 to 7.23.6 ([@dependabot[bot]](https://github.com/apps/dependabot))
21+
* [#205](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/205) Bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.15.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
22+
* [#206](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/206) Bump eslint-plugin-n from 16.3.1 to 16.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
* [#196](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/196) Bump vite from 4.5.0 to 4.5.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
24+
25+
#### Committers: 1
26+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
27+
228
## v2.0.0-0 (2023-12-04)
329

430
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-0",
3+
"version": "2.0.0-1",
44
"description": "A prettier plugin for formatting Ember template tags",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)