We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4caaf27 commit fae32d2Copy full SHA for fae32d2
CHANGELOG.md
@@ -1,6 +1,15 @@
1
2
3
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
13
## v3.1.0 (2023-05-15)
14
15
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "@ember/string",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "A set of utilities to transform strings",
"keywords": [
"ember-addon"
0 commit comments