From 29617a9fae4c2a21428b5edd6b1345d221e479d8 Mon Sep 17 00:00:00 2001 From: digisquad-bot Date: Wed, 28 Dec 2022 17:44:04 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..043be00 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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. + +## 1.0.0 (2022-12-28) + + +### Features + +* initial commit ([998fb5d](https://github.com/cssninjaStudio/dokto/commit/998fb5dbee8dfa7c425f32c42a6873393057a49d)) +* search filters, scrollspy ([4263241](https://github.com/cssninjaStudio/dokto/commit/4263241bccd16feac7b727825b2cdad907567633)) +* setup deploy ([4800ecb](https://github.com/cssninjaStudio/dokto/commit/4800ecb9c941da332cab052d8546247ded576a27)) + + +### Bug Fixes + +* favicon ([647f668](https://github.com/cssninjaStudio/dokto/commit/647f668979756463a926615b1257d5983148c662)) +* scrollspy ([d51b917](https://github.com/cssninjaStudio/dokto/commit/d51b917bfe243277f9d27ff339457dcdb755c514)) diff --git a/package.json b/package.json index 9e3b5f8..b27dd6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dokto", "type": "module", - "version": "0.0.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "astro dev",