Skip to content

Commit a0c0dab

Browse files
chore(release): 1.31.3 [skip ci]
## [1.31.3](v1.31.2...v1.31.3) (2022-04-11) ### Bug Fixes * use custom Github token for the release action, so that Docker Hub can be triggered ([54c62f8](54c62f8))
1 parent 27d0bea commit a0c0dab

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.31.3](https://github.com/recurser/string-is/compare/v1.31.2...v1.31.3) (2022-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* use custom Github token for the release action, so that Docker Hub can be triggered ([54c62f8](https://github.com/recurser/string-is/commit/54c62f8ffb9c518c0873acdfcfe7d681e4584f37))
7+
18
## [1.31.2](https://github.com/recurser/string-is/compare/v1.31.1...v1.31.2) (2022-04-11)
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.31.2",
3+
"version": "1.31.3",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)