Skip to content

Commit 5fea48a

Browse files
chore(release): 1.35.3 [skip ci]
## [1.35.3](v1.35.2...v1.35.3) (2023-11-06) ### Bug Fixes * **build:** allow the ANALYTICS_DOMAIN to be customized during the Docker build ([ec798fb](ec798fb))
1 parent 5c44568 commit 5fea48a

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.35.3](https://github.com/recurser/string-is/compare/v1.35.2...v1.35.3) (2023-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** allow the ANALYTICS_DOMAIN to be customized during the Docker build ([ec798fb](https://github.com/recurser/string-is/commit/ec798fb4fb9168d77362aa1138215ff4ae347ac0))
7+
18
## [1.35.2](https://github.com/recurser/string-is/compare/v1.35.1...v1.35.2) (2023-11-06)
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.35.2",
3+
"version": "1.35.3",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)