From 1045869318ce3cb9031489f8283cf463845bf7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hrenaud=20=28NovaGa=C3=AFa=29?= Date: Wed, 20 Apr 2022 11:19:34 +0200 Subject: [PATCH] chore: release v1.0.6 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1a841..0aeed34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.0.6](https://github.com/NovaGaia/gatsby-plugin-appointlet/compare/1.0.5...1.0.6) + +- update licence and clean ssr [`de8ef53`](https://github.com/NovaGaia/gatsby-plugin-appointlet/commit/de8ef530e08c3685e730041825e62fa1468b7515) + #### [1.0.5](https://github.com/NovaGaia/gatsby-plugin-appointlet/compare/1.0.4...1.0.5) +> 20 April 2022 + - remove dependencies and update badge [`1767eee`](https://github.com/NovaGaia/gatsby-plugin-appointlet/commit/1767eee9dafe2084e0edc8a961d3801e59acad5e) +- chore: release v1.0.5 [`f2b9697`](https://github.com/NovaGaia/gatsby-plugin-appointlet/commit/f2b9697d013262cae14f9673ebed38b517ab3800) #### [1.0.4](https://github.com/NovaGaia/gatsby-plugin-appointlet/compare/1.0.3...1.0.4) diff --git a/package-lock.json b/package-lock.json index 21774a6..e3cec21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-appointlet", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-appointlet", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "babel-preset-gatsby-package": "^2.12.1" diff --git a/package.json b/package.json index 3e5797b..130a462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-appointlet", - "version": "1.0.5", + "version": "1.0.6", "description": "Gatsby plugin Appointlet Button for adding your booking page to your website.", "main": "index.js", "scripts": {