Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Oct 21, 2024
1 parent 6f75467 commit 6cdaf17
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@




## v0.3.0 (2024-10-21)

#### :boom: Breaking Change
* [#10](https://github.com/bertdeblock/generate-template-registry/pull/10) Include `.gjs` and `.js` files ([@bertdeblock](https://github.com/bertdeblock))
* [#8](https://github.com/bertdeblock/generate-template-registry/pull/8) Support a `--include-curly-component-invocations` option ([@bertdeblock](https://github.com/bertdeblock))

#### :rocket: Enhancement
* [#10](https://github.com/bertdeblock/generate-template-registry/pull/10) Include `.gjs` and `.js` files ([@bertdeblock](https://github.com/bertdeblock))
* [#8](https://github.com/bertdeblock/generate-template-registry/pull/8) Support a `--include-curly-component-invocations` option ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* [#9](https://github.com/bertdeblock/generate-template-registry/pull/9) Ignore `.d.ts` files ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## v0.2.1 (2024-03-01)

#### :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": "@bertdeblock/generate-template-registry",
"version": "0.2.1",
"version": "0.3.0",
"description": "Generate a template registry for Glint.",
"repository": "https://github.com/bertdeblock/generate-template-registry",
"license": "MIT",
Expand Down

0 comments on commit 6cdaf17

Please sign in to comment.