Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 6, 2022
1 parent 5f0df67 commit bf3eee6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Changelog

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

#### :boom: Breaking Change
* [#658](https://github.com/buschtoens/ember-link/pull/658) Remove link cache ([@Turbo87](https://github.com/Turbo87))
* [#656](https://github.com/buschtoens/ember-link/pull/656) Raise minimum Node to v12 ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#678](https://github.com/buschtoens/ember-link/pull/678) Adjust `@glimmer/tracking` dependency to use semver ([@Turbo87](https://github.com/Turbo87))
* [#675](https://github.com/buschtoens/ember-link/pull/675) Use `pnpm` package manager ([@Turbo87](https://github.com/Turbo87))
* [#674](https://github.com/buschtoens/ember-link/pull/674) Release via CI ([@Turbo87](https://github.com/Turbo87))
* [#672](https://github.com/buschtoens/ember-link/pull/672) Update @types dependencies ([@Turbo87](https://github.com/Turbo87))
* [#668](https://github.com/buschtoens/ember-link/pull/668) Fix broken CSS selectors ([@Turbo87](https://github.com/Turbo87))
* [#667](https://github.com/buschtoens/ember-link/pull/667) Merge unnecessary duplicate imports ([@Turbo87](https://github.com/Turbo87))
* [#666](https://github.com/buschtoens/ember-link/pull/666) CI: Use `yarn` caching ([@Turbo87](https://github.com/Turbo87))
* [#662](https://github.com/buschtoens/ember-link/pull/662) Pin `prettier` to v2.2.1 ([@Turbo87](https://github.com/Turbo87))
* [#660](https://github.com/buschtoens/ember-link/pull/660) Use `@babel/eslint-parser` ([@Turbo87](https://github.com/Turbo87))
* [#625](https://github.com/buschtoens/ember-link/pull/625) Update dependency ember-qunit to v5 ([@renovate[bot]](https://github.com/apps/renovate))
* [#618](https://github.com/buschtoens/ember-link/pull/618) Fix CI issues ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v1.3.1 (2021-01-29)

#### :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-link",
"version": "1.4.0-beta.0",
"version": "2.0.0",
"description": "Link primitive to pass around self-contained route references",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit bf3eee6

Please sign in to comment.