Skip to content

Commit

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

### Features

* support for deployment under a sub-path ([2335f2d](2335f2d))
  • Loading branch information
semantic-release-bot committed Jan 3, 2024
1 parent 7252426 commit 846368a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.36.0](https://github.com/recurser/string-is/compare/v1.35.4...v1.36.0) (2024-01-03)


### Features

* support for deployment under a sub-path ([2335f2d](https://github.com/recurser/string-is/commit/2335f2d87f912666d22ad9e33d6d7e08968292ff))

## [1.35.4](https://github.com/recurser/string-is/compare/v1.35.3...v1.35.4) (2024-01-02)


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.35.4",
"version": "1.36.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
Expand Down

1 comment on commit 846368a

@vercel
Copy link

@vercel vercel bot commented on 846368a 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-recurser.vercel.app
www.string.is
string-is-git-main-recurser.vercel.app
string.is

Please sign in to comment.