Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
- Ensure internal layoutFor lookups for namespaced templates works
  • Loading branch information
gabrielcsapo committed May 21, 2020
1 parent e6d23d2 commit 91a176a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.1 (05/21/2020)

- Ensure internal `layoutFor` lookups for namespaced templates works

# 1.1.0 (04/07/2020)

- Fix uses of resolveRegistration('config:environment'). This works in the ember-resolver/classic as there is a hard coded rule that says to not pluralize config. This adds a similar rule but in the form of a strict requirement rather than a part of a pluralize strategy like ember-resolver/classic.
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": "ember-strict-resolver",
"version": "1.1.0",
"version": "1.1.1",
"description": "A fast concise resolver for ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 91a176a

Please sign in to comment.