Skip to content

Commit 2482e08

Browse files
chore(release): 1.34.6 [skip ci]
## [1.34.6](v1.34.5...v1.34.6) (2022-11-01) ### Bug Fixes * user node:16 rather than 17 in the Dockerfile, since 17 breaks builds ([a14b2dd](a14b2dd))
1 parent 58ee0fd commit 2482e08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.34.6](https://github.com/recurser/string-is/compare/v1.34.5...v1.34.6) (2022-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* user node:16 rather than 17 in the Dockerfile, since 17 breaks builds ([a14b2dd](https://github.com/recurser/string-is/commit/a14b2dd42ce617354b6779d06623ec11f61b6842))
7+
18
## [1.34.5](https://github.com/recurser/string-is/compare/v1.34.4...v1.34.5) (2022-11-01)
29

310

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.34.5",
3+
"version": "1.34.6",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)