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](1.35.0...1.36.0) (2022-06-30)

### Features

* **cloudflare-cache-header-middleware:** added assertions to ensure cookies are being stripped ([551cdaf](551cdaf))
* **cloudflare-cache-header-middleware:** handle $request->route() returning null ([40b7b81](40b7b81))
  • Loading branch information
semantic-release-bot committed Jun 30, 2022
1 parent 38b7027 commit 097a096
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.36.0](https://github.com/mapmarker/mapmarker.io/compare/1.35.0...1.36.0) (2022-06-30)


### Features

* **cloudflare-cache-header-middleware:** added assertions to ensure cookies are being stripped ([551cdaf](https://github.com/mapmarker/mapmarker.io/commit/551cdaf70e5c5974599b787d202421c8237947aa))
* **cloudflare-cache-header-middleware:** handle $request->route() returning null ([40b7b81](https://github.com/mapmarker/mapmarker.io/commit/40b7b81f21249989d7197464eb0274aa15ff44a0))

# [1.35.0](https://github.com/mapmarker/mapmarker.io/compare/1.34.0...1.35.0) (2022-06-30)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"version": "1.35.0"
"version": "1.36.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "generate complex map markers on the fly",
"homepage": "https://www.mapmarker.io",
"license": "MIT",
"version": "1.35.0",
"version": "1.36.0",
"scripts": {
"pint": "./vendor/bin/pint",
"style": "yarn pint -v --test",
Expand Down

0 comments on commit 097a096

Please sign in to comment.