Skip to content

Commit d17a89d

Browse files
committed
Release 3.1.0
1 parent 8cccf6d commit d17a89d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
4+
## v3.1.0 (2023-05-15)
5+
6+
#### :rocket: Enhancement
7+
* [#380](https://github.com/emberjs/ember-string/pull/380) Publish types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
8+
9+
#### :house: Internal
10+
* [#381](https://github.com/emberjs/ember-string/pull/381) Expand ember-try scenarios to explicitly cover LTSes 3.28 through 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### Committers: 1
13+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14+
315
## v3.0.1 (2023-01-04)
416

517
#### :bug: Bug Fix

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.1",
3+
"version": "3.1.0",
44
"description": "A set of utilities to transform strings",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)