Skip to content

Commit

Permalink
chore(release): 1.37.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.37.0](v1.36.0...v1.37.0) (2024-01-03)

### Features

* [[#1289](#1289)] support for deployment under a sub-path ([51d61e7](51d61e7))

### Bug Fixes

* [[#1142](#1142)] resolve prettier type versions ([af7176a](af7176a))
* [[#1308](#1308)] fix jest setup after upgrade ([05ece6c](05ece6c))
* [[#1313](#1313)] fix flakey time tests ([804bb42](804bb42))
* add missing packages ([d36a6e9](d36a6e9))
* use the browser location when constructing the share URL ([59f93d3](59f93d3))

### Dependencies

* bump @compiled/react from 0.16.2 to 0.16.8 ([50d0dc4](50d0dc4))
* bump chrono-node from 2.7.0 to 2.7.4 ([14cd632](14cd632))
* bump prettier and @types/prettier ([15feef5](15feef5))
* bump terser from 5.24.0 to 5.26.0 ([48da8fc](48da8fc))
  • Loading branch information
semantic-release-bot committed Jan 3, 2024
1 parent b65ffa0 commit f33f207
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [1.37.0](https://github.com/recurser/string-is/compare/v1.36.0...v1.37.0) (2024-01-03)


### Features

* [[#1289](https://github.com/recurser/string-is/issues/1289)] support for deployment under a sub-path ([51d61e7](https://github.com/recurser/string-is/commit/51d61e7219e249fad77eaa639a4b837193cfc5b0))


### Bug Fixes

* [[#1142](https://github.com/recurser/string-is/issues/1142)] resolve prettier type versions ([af7176a](https://github.com/recurser/string-is/commit/af7176ae326eb7397eb5d9aec7167523b65ed133))
* [[#1308](https://github.com/recurser/string-is/issues/1308)] fix jest setup after upgrade ([05ece6c](https://github.com/recurser/string-is/commit/05ece6c37d17a2413b38bb59e4a43d80b88ee29e))
* [[#1313](https://github.com/recurser/string-is/issues/1313)] fix flakey time tests ([804bb42](https://github.com/recurser/string-is/commit/804bb425d3cdb95bb7eb8aac23d6e239f49c9d36))
* add missing packages ([d36a6e9](https://github.com/recurser/string-is/commit/d36a6e9cdf5441cabc44aa434324d934788c6b0e))
* use the browser location when constructing the share URL ([59f93d3](https://github.com/recurser/string-is/commit/59f93d36560d70cbfe7123c0088568c097a119f2))


### Dependencies

* bump @compiled/react from 0.16.2 to 0.16.8 ([50d0dc4](https://github.com/recurser/string-is/commit/50d0dc4a81fffd3ff3ff162de2f56fffc9880c93))
* bump chrono-node from 2.7.0 to 2.7.4 ([14cd632](https://github.com/recurser/string-is/commit/14cd632e4b815b46496d8e07a6d47b0372ab21b9))
* bump prettier and @types/prettier ([15feef5](https://github.com/recurser/string-is/commit/15feef5ff30655d0e45bb87cf14fef941226b284))
* bump terser from 5.24.0 to 5.26.0 ([48da8fc](https://github.com/recurser/string-is/commit/48da8fc57335f5650c85ea5b9bd4d466a0356dfa))

## [1.36.0](https://github.com/recurser/string-is/compare/v1.35.4...v1.36.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-is",
"version": "1.36.0",
"version": "1.37.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
Expand Down

1 comment on commit f33f207

@vercel
Copy link

@vercel vercel bot commented on f33f207 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

string-is – ./

string.is
string-is-git-main-recurser.vercel.app
string-is-recurser.vercel.app
www.string.is

Please sign in to comment.