Skip to content

Commit 0238c14

Browse files
committed
Release 6.3.0
1 parent cfcbac1 commit 0238c14

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55

66

7+
8+
## v6.3.0 (2023-08-08)
9+
10+
#### :rocket: Enhancement
11+
* [#773](https://github.com/ember-cli/ember-cli-htmlbars/pull/773) Adjust error message for re-exported class when it has a co-located template ([@robinborst95](https://github.com/robinborst95))
12+
13+
#### :bug: Bug Fix
14+
* [#764](https://github.com/ember-cli/ember-cli-htmlbars/pull/764) Export non-user-constructible `TemplateFactory` type ([@chriskrycho](https://github.com/chriskrycho))
15+
16+
#### Committers: 2
17+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
18+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
19+
20+
721
## v6.2.0 (2023-01-17)
822

923
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-htmlbars",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)