Skip to content

Commit

Permalink
chore: release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Feb 1, 2024
1 parent a4ab245 commit 084fbea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.4.0](https://github.com/Gavant/glint-template-types/compare/v0.3.6...v0.4.0)

- Fix ember-on-helper internal types [`#89`](https://github.com/Gavant/glint-template-types/pull/89)
- Support verbatimModuleSyntax [`#87`](https://github.com/Gavant/glint-template-types/pull/87)
- Allow readonly arrays for options [`#86`](https://github.com/Gavant/glint-template-types/pull/86)
- Update typescript & enable verbatimModuleSyntax [`6416464`](https://github.com/Gavant/glint-template-types/commit/64164640637ba389e2b4057f749cdefe0caa9057)
- Fix verbatimModuleSyntax errors [`d548e1f`](https://github.com/Gavant/glint-template-types/commit/d548e1f96f1e936b95444623278b3a167ccf0c0d)

#### [v0.3.6](https://github.com/Gavant/glint-template-types/compare/v0.3.5...v0.3.6)

> 5 September 2023
- Fix peer dependency on `ember-source` [`#84`](https://github.com/Gavant/glint-template-types/pull/84)
- Add `extensions` arg to MarkdownToHtml signature [`#80`](https://github.com/Gavant/glint-template-types/pull/80)
- Add string type to transform parameter in FaIconComponentSignature [`#82`](https://github.com/Gavant/glint-template-types/pull/82)
- Add missing ember-power-select args [`#83`](https://github.com/Gavant/glint-template-types/pull/83)
- chore: release 0.3.6 [`32f273d`](https://github.com/Gavant/glint-template-types/commit/32f273d1630ea9019a8f9dd2e69ce5be002989b6)
- Update power-select.d.ts [`55c3622`](https://github.com/Gavant/glint-template-types/commit/55c362244d2d114b8ad41d6805223809450b5561)
- Add string type to transform parameter [`15e5756`](https://github.com/Gavant/glint-template-types/commit/15e5756808ffc876e779e8eba4a1b91614eda082)

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": "@gavant/glint-template-types",
"version": "0.3.6",
"version": "0.4.0",
"description": "Template types for ember/glimmer glint",
"repository": "https://github.com/Gavant/glint-template-types.git",
"scripts": {
Expand Down

0 comments on commit 084fbea

Please sign in to comment.