From c97435d3fbd477cbd45c8b7076f7eceaaaacd529 Mon Sep 17 00:00:00 2001 From: Cameron Corda Date: Fri, 1 Jul 2022 10:59:23 -0400 Subject: [PATCH] chore(release): 1.2.0 --- docs/CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 647dd94..9389c56 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2.0](https://github.com/patronage/bubs-next/compare/v1.1.0...v1.2.0) (2022-07-01) + + +### Bug Fixes + +* if preview auth code present, refresh token ([6bb552c](https://github.com/patronage/bubs-next/commit/6bb552c79d3bcb3f8715095194b0422aa813a7d2)) +* logged out redirect to headless domain was sending broken link ([#208](https://github.com/patronage/bubs-next/issues/208)) ([a479422](https://github.com/patronage/bubs-next/commit/a479422047e08aa0979b3b0bf6607f6a8a04e714)) +* preview mode bugs with preview on unpublished posts ([#193](https://github.com/patronage/bubs-next/issues/193)) ([64d875f](https://github.com/patronage/bubs-next/commit/64d875fe2c19103e45d28bc36fab16dfff1f5f4f)) +* revalidate so pages can be published/unpublished ([#213](https://github.com/patronage/bubs-next/issues/213)) ([02ad07b](https://github.com/patronage/bubs-next/commit/02ad07bd77fd9ba0e6412cfad6d3e2a9f7b5b695)), closes [#201](https://github.com/patronage/bubs-next/issues/201) + ## 1.1.0 (2021-12-30) ### Features diff --git a/package.json b/package.json index 95746a7..b70d923 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bubs-next", "main": "index.js", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "scripts": { "release:pre": "standard-version --prerelease",