Skip to content

Commit 1eedac0

Browse files
committed
chore(release): 0.8.0
1 parent 73afe34 commit 1eedac0

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.8.0](https://github.com/dpitois/spelite/compare/v0.7.0...v0.8.0) (2026-04-15)
6+
7+
### Features
8+
9+
- automate release artifacts with GitHub Actions ([8893f69](https://github.com/dpitois/spelite/commit/8893f692213b5df937a3a5e2ba3e03f8366a3b33)), closes [#1](https://github.com/dpitois/spelite/issues/1)
10+
- implement AI search safety warning with custom modal ([4c91880](https://github.com/dpitois/spelite/commit/4c918802509e996fedf78d140f2aabb5ceb8463e))
11+
12+
### Bug Fixes
13+
14+
- **search:** ensure only spells are returned and add reset button ([d7f3c59](https://github.com/dpitois/spelite/commit/d7f3c598b72d3929cfb8c16c158c0a934a3341bc))
15+
16+
### Styling
17+
18+
- apply lint fixes and formatting ([ff034c4](https://github.com/dpitois/spelite/commit/ff034c41e16e1f385f784e73168222548482ae6d))
19+
20+
### Documentation
21+
22+
- synchronize project documentation with technical state ([73afe34](https://github.com/dpitois/spelite/commit/73afe34a7a6d8ab3163f4900c0d27b937354e3d6))
23+
524
## [0.7.0](https://github.com/dpitois/spelite/compare/v0.6.2...v0.7.0) (2026-02-11)
625

726
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spelite",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)