From 52dbc5a7bacaebdcfeb9c9967c771ca3631cb7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Tue, 5 Apr 2022 14:36:33 +0200 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/cssg-plugin-hugo/CHANGELOG.md | 8 ++++++++ packages/cssg-plugin-hugo/package-lock.json | 2 +- packages/cssg-plugin-hugo/package.json | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6a2a5..6850870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.6.0...v1.6.1) (2022-04-05) + +**Note:** Version bump only for package @jungvonmatt/contentful-ssg-project + + + + + # [1.6.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.5.2...v1.6.0) (2022-03-28) diff --git a/lerna.json b/lerna.json index 1256a49..b9e44ac 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.6.1", "packages": [ "packages/*" ], diff --git a/packages/cssg-plugin-hugo/CHANGELOG.md b/packages/cssg-plugin-hugo/CHANGELOG.md index 7170aaf..79f43cd 100644 --- a/packages/cssg-plugin-hugo/CHANGELOG.md +++ b/packages/cssg-plugin-hugo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.6.0...v1.6.1) (2022-04-05) + +**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo + + + + + ## [1.5.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.5.1...v1.5.2) (2022-03-23) diff --git a/packages/cssg-plugin-hugo/package-lock.json b/packages/cssg-plugin-hugo/package-lock.json index 2225222..8f4b444 100644 --- a/packages/cssg-plugin-hugo/package-lock.json +++ b/packages/cssg-plugin-hugo/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/cssg-plugin-hugo", - "version": "1.5.2", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/cssg-plugin-hugo/package.json b/packages/cssg-plugin-hugo/package.json index b6fb92d..b654933 100644 --- a/packages/cssg-plugin-hugo/package.json +++ b/packages/cssg-plugin-hugo/package.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/cssg-plugin-hugo", - "version": "1.5.2", + "version": "1.6.1", "description": "", "main": "index.js", "typings": "./index.d.ts",