Skip to content

Commit c5caf92

Browse files
committed
bump: version 0.1.0 → 0.2.0
1 parent eb02f74 commit c5caf92

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v0.2.0 (2023-11-09)
2+
3+
### Feat
4+
5+
- release notes for v1.0
6+
- add keyboard shortcuts documentation
7+
- add github releas action
8+
- update roadmap
9+
- add chagelog and roadmap
10+
- **faq**: add info about plugin deletion
11+
- **faq**: add faq from user questions
12+
- log, nav, i18n
13+
14+
### Fix
15+
16+
- i18n paragraph
17+
- fix texts and add logo to readme
18+
- **og**: correct path for delete plugin
19+
- **faq**: debugging og with correct image path
20+
- **og**: debugging og add image width and height
21+
122
## v0.1.0 (2023-07-29)
223

324
### Feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "structeezy-docs",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)