Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 14, 2024
1 parent c0b1c5e commit 80d3a8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@




## v4.1.1 (2024-05-14)

#### :bug: Bug Fix
* [#236](https://github.com/ember-template-imports/ember-template-imports/pull/236) Use `this.parent` instead of `this.project` when version checking ([@Windvis](https://github.com/Windvis))
* [#234](https://github.com/ember-template-imports/ember-template-imports/pull/234) Add project description for intellisense ([@runspired](https://github.com/runspired))

#### :memo: Documentation
* [#232](https://github.com/ember-template-imports/ember-template-imports/pull/232) docs: use gjs as language for syntax highlighting ([@IgnaceMaes](https://github.com/IgnaceMaes))

#### Committers: 3
- Chris Thoburn ([@runspired](https://github.com/runspired))
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))

## v4.1.0 (2024-02-05)

#### :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-template-imports",
"version": "4.1.0",
"version": "4.1.1",
"description": "Tooling support for gjs and gts component authoring",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 80d3a8b

Please sign in to comment.