Skip to content

Commit 3cc8911

Browse files
committed
v3.0.0
1 parent c0eb948 commit 3cc8911

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## v3.0.0 (2022-06-15)
4+
5+
#### :rocket: Enhancement
6+
* [#29](https://github.com/ember-a11y/a11y-announcer/pull/29) adds release-it to the project ([@MelSumner](https://github.com/MelSumner))
7+
8+
#### :bug: Bug Fix
9+
* [#35](https://github.com/ember-a11y/a11y-announcer/pull/35) Fix getWithDefault deprecation warning ([@tansongyang](https://github.com/tansongyang))
10+
11+
#### Committers: 3
12+
- Frank Tan ([@tansongyang](https://github.com/tansongyang))
13+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
14+
- Rajasegar Chandran ([@rajasegar](https://github.com/rajasegar))
15+
316
## [v2.0.0](https://github.com/ember-a11y/a11y-announcer/tree/v2.0.0) (2020-08-28)
417
[Full Changelog](https://github.com/ember-a11y/a11y-announcer/compare/v1.0.4...v2.0.0)
518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "a11y-announcer",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "An accessible ember route change announcer",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)