Skip to content

Commit dc4135c

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.1...v1.6.0) (2022-01-16) ### Features * select the most recently used converter ([7db47ba](7db47ba)) ### Performance Improvements * don't setConverter() unless it has actually changed ([f661d8d](f661d8d))
1 parent 2a30ad8 commit dc4135c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.6.0](https://github.com/recurser/string-is/compare/v1.5.1...v1.6.0) (2022-01-16)
2+
3+
4+
### Features
5+
6+
* select the most recently used converter ([7db47ba](https://github.com/recurser/string-is/commit/7db47baa4e4d0fba8b8abee221c3f97b13c550b6))
7+
8+
9+
### Performance Improvements
10+
11+
* don't setConverter() unless it has actually changed ([f661d8d](https://github.com/recurser/string-is/commit/f661d8d7baee522f0d6f7d05c4e7850802d7e292))
12+
113
## [1.5.1](https://github.com/recurser/string-is/compare/v1.5.0...v1.5.1) (2022-01-09)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)