Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Sep 27, 2024
1 parent 9c7bf84 commit a10ec30
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.




## v0.21.0 (2024-09-27)

#### :boom: Breaking Change
* [#995](https://github.com/chrislopresto/ember-freestyle/pull/995) Provide an extendable template registry ([@bertdeblock](https://github.com/bertdeblock))
* [#996](https://github.com/chrislopresto/ember-freestyle/pull/996) Drop support for Node versions below v18 ([@bertdeblock](https://github.com/bertdeblock))

#### :rocket: Enhancement
* [#999](https://github.com/chrislopresto/ember-freestyle/pull/999) Update AST transform to replace curly braces ([@lukemelia](https://github.com/lukemelia))
* [#995](https://github.com/chrislopresto/ember-freestyle/pull/995) Provide an extendable template registry ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* [#998](https://github.com/chrislopresto/ember-freestyle/pull/998) Fix import path for `SafeString` type ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#1005](https://github.com/chrislopresto/ember-freestyle/pull/1005) Type fixes ([@lukemelia](https://github.com/lukemelia))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
- [@tintinthong](https://github.com/tintinthong)

## v0.20.0 (2023-10-07)

#### :rocket: Enhancement
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-freestyle",
"version": "0.20.0",
"version": "0.21.0",
"description": "Create a living styleguide for your Ember app.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a10ec30

Please sign in to comment.