Skip to content

Commit ede3a05

Browse files
committed
Release 3.0.0
1 parent 69b40f4 commit ede3a05

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1+
2+
## v3.0.0 (2021-09-03)
3+
4+
#### :boom: Breaking Change
5+
* [#270](https://github.com/emberjs/ember-string/pull/270) Remove deprecated method and helper `loc`, drop support for ember-source < 3.20, upgrade dependencies, test under Embroider ([@kategengler](https://github.com/kategengler))
6+
7+
* [#212](https://github.com/emberjs/ember-string/pull/212) Drop support for Node < 12 ([@locks](https://github.com/locks))
8+
9+
#### :bug: Bug Fix
10+
* [#218](https://github.com/emberjs/ember-string/pull/218) Stop publishing types ([@chriskrycho](https://github.com/chriskrycho))
11+
12+
#### Committers: 5
13+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
14+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
15+
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
- [@locks](https://github.com/locks)
18+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
19+
20+
121
# Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/string",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A set of utilities to transform strings",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)