From 9c5ad65ec1eb2393d9064f2b730f4f370e06138f Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 8 Sep 2021 13:21:01 +0200 Subject: [PATCH] v2021.2.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e7c766..68c9594f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ Changelog =============================================================================== +## v2021.2.1 (2021-09-08) + +#### :rocket: Enhancement +* [#388](https://github.com/Turbo87/intellij-emberjs/pull/388) Update IntelliJ to v2021.2 ([@stukalin](https://github.com/stukalin)) + +#### :house: Internal +* [#392](https://github.com/Turbo87/intellij-emberjs/pull/392) Rework `EmberNameIndex` into `CachedValue` ([@tomblachut](https://github.com/tomblachut)) +* [#384](https://github.com/Turbo87/intellij-emberjs/pull/384) Use modern intellij-platform-plugin-template ([@stukalin](https://github.com/stukalin)) + +#### Committers: 2 +- Andrey Stukalin ([@stukalin](https://github.com/stukalin)) +- Tomasz BÅ‚achut([@tomblachut](https://github.com/tomblachut)) + + ## v2021.1.1 - Change IntelliJ target version to v2021.1 (#369)