diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bec0734 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +## 1.0.0 (2024-09-15) + +### Feat + +- add example section +- **seo**: add OG image and meta tags +- update favicon +- add usage section +- add footer and social links +- add pin-input form component +- add code copy functionality +- implement main layout +- implement theme switch + +### Fix + +- optimize onComplete/onIncomplete invocation +- update github links + +### Refactor + +- update snippet accordion diff --git a/package.json b/package.json index e470a82..44187c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pin-input", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite",