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.0...v1.1.0) (2023-04-29)

### Bug Fixes

* downgrade next to 13.2.x to use edge-csrf ([5d6e483](5d6e483))

### Features

* **csrf:** Adds csrf protection to api ([8bc613c](8bc613c))
  • Loading branch information
semantic-release-bot committed Apr 29, 2023
1 parent 68abdde commit d69c912
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/technologiestiftung/oeffentliches-gestalten-ai-search-poc/compare/v1.0.0...v1.1.0) (2023-04-29)


### Bug Fixes

* downgrade next to 13.2.x to use edge-csrf ([5d6e483](https://github.com/technologiestiftung/oeffentliches-gestalten-ai-search-poc/commit/5d6e483a503a752535378fd9c9f369ca5e4a1d81))


### Features

* **csrf:** Adds csrf protection to api ([8bc613c](https://github.com/technologiestiftung/oeffentliches-gestalten-ai-search-poc/commit/8bc613c8e05ed0f5d83df3ccab837cc433afb1cd))

# 1.0.0 (2023-04-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oeg-aisearch",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit d69c912

@vercel
Copy link

@vercel vercel bot commented on d69c912 Apr 29, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.