We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb02f74 commit c5caf92Copy full SHA for c5caf92
2 files changed
CHANGELOG.md
@@ -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
22
## v0.1.0 (2023-07-29)
23
24
### Feat
package.json
@@ -1,7 +1,7 @@
{
"name": "structeezy-docs",
"type": "module",
- "version": "0.1.0",
+ "version": "0.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
0 commit comments