Skip to content

Commit ec83151

Browse files
committed
Release 1.1.0
1 parent 836cef2 commit ec83151

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## v1.1.0 (2021-12-13)
4+
5+
#### :rocket: Enhancement
6+
* [#309](https://github.com/emberjs/ember-string/pull/309) Fix deprecated import path ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :house: Internal
9+
* [#310](https://github.com/emberjs/ember-string/pull/310) Backport `release-it` integration ([@Turbo87](https://github.com/Turbo87))
10+
* [#308](https://github.com/emberjs/ember-string/pull/308) Backport TravisCI to GitHub Actions migration ([@Turbo87](https://github.com/Turbo87))
11+
12+
#### Committers: 1
13+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
14+

package.json

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

0 commit comments

Comments
 (0)