Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.5...v1.1.0) (2019-10-22)

### Features

* **detect-js-redirect:** add additional failsafe against js shenaningans ([5173968](5173968))
* **detect-js-redirect:** return 307 when evaluated page url is different from initial url ([f5d4bb7](f5d4bb7))
* **detect-js-redirect:** return 307 when evaluated page url is different from initial url ([7e86629](7e86629))
  • Loading branch information
semantic-release-bot committed Oct 22, 2019
1 parent f5d4bb7 commit 9162fe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0](https://github.com/algolia/renderscript/compare/v1.0.5...v1.1.0) (2019-10-22)


### Features

* **detect-js-redirect:** add additional failsafe against js shenaningans ([5173968](https://github.com/algolia/renderscript/commit/5173968))
* **detect-js-redirect:** return 307 when evaluated page url is different from initial url ([f5d4bb7](https://github.com/algolia/renderscript/commit/f5d4bb7))
* **detect-js-redirect:** return 307 when evaluated page url is different from initial url ([7e86629](https://github.com/algolia/renderscript/commit/7e86629))

## [1.0.5](https://github.com/algolia/renderscript/compare/v1.0.4...v1.0.5) (2019-09-14)


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": "@algolia/renderscript",
"version": "1.0.5",
"version": "1.1.0",
"description": "A custom JavaScript rendering engine based on puppeteer",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9162fe7

Please sign in to comment.