Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 23, 2022
1 parent 62464dc commit 466ea93
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog


## v2.0.1 (2022-12-23)

#### :bug: Bug Fix
* [#718](https://github.com/buschtoens/ember-link/pull/718) Fix exporting `LinkParams` and `UILinkParams` types ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#711](https://github.com/buschtoens/ember-link/pull/711) Update `.npmignore` file ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v2.0.0 (2022-04-06)

#### :boom: Breaking Change
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-link",
"version": "2.0.0",
"version": "2.0.1",
"description": "Link primitive to pass around self-contained route references",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 466ea93

Please sign in to comment.