Skip to content

Commit aa2fc22

Browse files
committed
Release 3.0.1
1 parent 34852a6 commit aa2fc22

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
3+
## v3.0.1 (2023-01-04)
4+
5+
#### :bug: Bug Fix
6+
* [#367](https://github.com/emberjs/ember-string/pull/367) Add `htmlSafe` and `isHTMLSafe` exported methods. These will error when called, telling the user to import from `@ember/template`. ([@kategengler](https://github.com/kategengler))
7+
8+
#### Committers: 1
9+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
10+
11+
212
## v3.0.0 (2021-09-03)
313

414
#### :boom: Breaking Change

package.json

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

0 commit comments

Comments
 (0)