Skip to content

Commit

Permalink
Merge pull request #314 from City-of-Helsinki/release-please--branche…
Browse files Browse the repository at this point in the history
…s--master--components--kuvaselaamo

chore(master): release kuvaselaamo 3.3.2
  • Loading branch information
jannetalvio committed Dec 4, 2023
2 parents 0f5432e + 0811896 commit eb73e77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.1"
".": "3.3.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Image details view is now located at `/search/details` so that any old links from search engines or
other places will get a `404 Not found` from `/search/record`.

## [3.3.2](https://github.com/City-of-Helsinki/kuvaselaamo/compare/kuvaselaamo-v3.3.1...kuvaselaamo-v3.3.2) (2023-12-04)


### Bug Fixes

* Matomo cookie ([9d126d6](https://github.com/City-of-Helsinki/kuvaselaamo/commit/9d126d6f6a4d2a6ffbb6d20f62fd5451ade8204f))
* Remove console log ([ca67548](https://github.com/City-of-Helsinki/kuvaselaamo/commit/ca6754800e660df75a654e44a2a495d46c98f7f4))

## [3.3.1](https://github.com/City-of-Helsinki/kuvaselaamo/compare/kuvaselaamo-v3.3.0...kuvaselaamo-v3.3.1) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion kuvaselaamo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.1"
__version__ = "3.3.2"

0 comments on commit eb73e77

Please sign in to comment.