diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3e407c..75d2fd4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 46209574..ea7e0992 100644 --- a/package.json +++ b/package.json @@ -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",