diff --git a/.changeset/pretty-oranges-kiss.md b/.changeset/pretty-oranges-kiss.md deleted file mode 100644 index 4f66c6a8..00000000 --- a/.changeset/pretty-oranges-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openscript-ch-website": patch ---- - -Enhance spotlight responsiveness diff --git a/.changeset/tidy-guests-tan.md b/.changeset/tidy-guests-tan.md deleted file mode 100644 index f5a4574d..00000000 --- a/.changeset/tidy-guests-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openscript-ch-website": patch ---- - -Localize content paths diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c306b2a..8be01c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # openscript-ch-website +## 0.7.6 + +### Patch Changes + +- e0e522f: Enhance spotlight responsiveness +- 9768cdf: Localize content paths + ## 0.7.5 ### Patch Changes diff --git a/package.json b/package.json index a7c6ecce..f3a981bd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "description": "Our organizations website.", "type": "module", - "version": "0.7.5", + "version": "0.7.6", "license": "0BSD", "author": "openscript Ltd.", "homepage": "https://github.com/openscript-ch/openscript.ch",