From 9580a464953b2572d03ab91a1ed16d1f875875b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hrenaud=20=28NovaGai=CC=88a=29?= Date: Mon, 18 Jul 2022 10:59:47 +0200 Subject: [PATCH] chore: release v1.0.7 --- 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 0aeed34..836e0b1 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.7](https://github.com/NovaGaia/gatsby-plugin-appointlet/compare/1.0.6...1.0.7) + +- Upgrade peer dependencies [`41e6caa`](https://github.com/NovaGaia/gatsby-plugin-appointlet/commit/41e6caae029ef4550f69c76e3fbebfdf8d21997d) + #### [1.0.6](https://github.com/NovaGaia/gatsby-plugin-appointlet/compare/1.0.5...1.0.6) +> 20 April 2022 + - update licence and clean ssr [`de8ef53`](https://github.com/NovaGaia/gatsby-plugin-appointlet/commit/de8ef530e08c3685e730041825e62fa1468b7515) +- chore: release v1.0.6 [`1045869`](https://github.com/NovaGaia/gatsby-plugin-appointlet/commit/1045869318ce3cb9031489f8283cf463845bf7bc) #### [1.0.5](https://github.com/NovaGaia/gatsby-plugin-appointlet/compare/1.0.4...1.0.5) diff --git a/package-lock.json b/package-lock.json index b1b9e2b..01bb11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-appointlet", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-appointlet", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "devDependencies": { "@babel/cli": "7.18.6", diff --git a/package.json b/package.json index 0d74b72..67ff769 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-appointlet", - "version": "1.0.6", + "version": "1.0.7", "description": "Gatsby plugin Appointlet Button for adding your booking page to your website.", "main": "index.js", "scripts": {