Skip to content

Commit ab21caf

Browse files
chore(release): 1.35.4 [skip ci]
## [1.35.4](v1.35.3...v1.35.4) (2024-01-02) ### Bug Fixes * build from TARGETPLATFORM rather than BUILDPLATFORM ([2430a9b](2430a9b)) ### Dependencies * bump @compiled/react from 0.16.1 to 0.16.2 ([d9e0e5a](d9e0e5a)) * bump crypto-js and @types/crypto-js ([e4eb77c](e4eb77c)) * bump sql-formatter from 13.0.4 to 15.0.2 ([dce124c](dce124c))
1 parent f44a825 commit ab21caf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.35.4](https://github.com/recurser/string-is/compare/v1.35.3...v1.35.4) (2024-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* build from TARGETPLATFORM rather than BUILDPLATFORM ([2430a9b](https://github.com/recurser/string-is/commit/2430a9b241eae8d7052f3274691db21d0a713710))
7+
8+
9+
### Dependencies
10+
11+
* bump @compiled/react from 0.16.1 to 0.16.2 ([d9e0e5a](https://github.com/recurser/string-is/commit/d9e0e5a93ab882f68afb202ae003d5627a7282e3))
12+
* bump crypto-js and @types/crypto-js ([e4eb77c](https://github.com/recurser/string-is/commit/e4eb77c6e3d9287908fe9f37127486547f749384))
13+
* bump sql-formatter from 13.0.4 to 15.0.2 ([dce124c](https://github.com/recurser/string-is/commit/dce124cefa501590b548d8b1ebee2581d686b1be))
14+
115
## [1.35.3](https://github.com/recurser/string-is/compare/v1.35.2...v1.35.3) (2023-11-06)
216

317

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

0 commit comments

Comments
 (0)