Skip to content

Commit fae32d2

Browse files
committed
Release 3.1.1
1 parent 4caaf27 commit fae32d2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22

33

4+
5+
## v3.1.1 (2023-05-16)
6+
7+
#### :bug: Bug Fix
8+
* [#382](https://github.com/emberjs/ember-string/pull/382) Do not exclude `.d.ts` in `.npmignore` ([@chriskrycho](https://github.com/chriskrycho))
9+
10+
#### Committers: 1
11+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
12+
413
## v3.1.0 (2023-05-15)
514

615
#### :rocket: Enhancement

package.json

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

0 commit comments

Comments
 (0)