Skip to content

Commit 0697c55

Browse files
committed
Release v1.0.10 - Search, 404, Bump StickyMedia
1 parent 1e3766a commit 0697c55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.0.10] 2023-02-28
4+
### Changes
5+
6+
- Fix Algolia Search
7+
- Bump [StickyMedia](https://github.com/app-generator/sticky-media) to `v0.0.18`
8+
- Fix `404` handler
9+
- React code, Remove EmailJS Credentials hardcoding
10+
311
## [1.0.9] 2023-02-25
412
### Changes
513

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config = {
5656

5757
scripts: [
5858
{
59-
src: '//cdn.jsdelivr.net/gh/app-generator/[email protected].17/dist/index.min.js',
59+
src: '//cdn.jsdelivr.net/gh/app-generator/[email protected].18/dist/index.min.js',
6060
id: 'stickyVideoScript',
6161
defer: true,
6262
class: 'sticky-popup',

0 commit comments

Comments
 (0)