We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cccf6d commit d17a89dCopy full SHA for d17a89d
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
2
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
15
## v3.0.1 (2023-01-04)
16
17
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "@ember/string",
- "version": "3.0.1",
+ "version": "3.1.0",
"description": "A set of utilities to transform strings",
"keywords": [
"ember-addon"
0 commit comments