Skip to content

Commit 02e925b

Browse files
committed
Release 3.0.2
1 parent f4f1303 commit 02e925b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2+
## v3.0.2 (2021-10-25)
3+
4+
#### :rocket: Enhancement
5+
* [#122](https://github.com/tracked-tools/tracked-maps-and-sets/pull/122) Add support for TypeScript 4.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
6+
7+
#### :bug: Bug Fix
8+
* [#165](https://github.com/tracked-tools/tracked-maps-and-sets/pull/165) Fix: accept Iterable in TrackedMap and TrackedSet ([@chriskrycho](https://github.com/chriskrycho))
9+
* [#137](https://github.com/tracked-tools/tracked-maps-and-sets/pull/137) Fix incorrect prototype chain to make instanceof work ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#145](https://github.com/tracked-tools/tracked-maps-and-sets/pull/145) remove highlight.js deprecation warning in changelog ([@jelhan](https://github.com/jelhan))
13+
* [#144](https://github.com/tracked-tools/tracked-maps-and-sets/pull/144) Add note about tracked-built-ins addon ([@SergeAstapov](https://github.com/SergeAstapov))
14+
* [#117](https://github.com/tracked-tools/tracked-maps-and-sets/pull/117) Update Compatibility in Readme ([@simonihmig](https://github.com/simonihmig))
15+
16+
#### Committers: 5
17+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
18+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
19+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
20+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
123
## v3.0.0 (2021-08-03)
224

325
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tracked-maps-and-sets",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)