From 702ff9d5f291108daeb789fe4cd48637a88df535 Mon Sep 17 00:00:00 2001 From: digisquad-bot Date: Fri, 10 Feb 2023 10:34:10 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574f574..ed41225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/cssninjaStudio/dokto/compare/v1.0.1...v1.1.0) (2023-02-10) + + +### Features + +* upgrade to Astro v2 ([69d7ea8](https://github.com/cssninjaStudio/dokto/commit/69d7ea885fd9a3943664ae2c83c419bb273b54cb)) + ### [1.0.1](https://github.com/cssninjaStudio/dokto/compare/v1.0.0...v1.0.1) (2022-12-28) diff --git a/package.json b/package.json index be3716b..5cc155e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dokto", "type": "module", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "dev": "astro dev",