diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad6f19..5cc6f24 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.7.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.1...v1.7.2) (2022-04-28) + +**Note:** Version bump only for package @jungvonmatt/contentful-ssg-project + + + + + ## [1.7.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.0...v1.7.1) (2022-04-27) diff --git a/lerna.json b/lerna.json index 6e32c04..96fb007 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.7.1", + "version": "1.7.2", "packages": [ "packages/*" ], diff --git a/packages/cssg-plugin-hugo/CHANGELOG.md b/packages/cssg-plugin-hugo/CHANGELOG.md index ad7ed59..441e999 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.7.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.1...v1.7.2) (2022-04-28) + +**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo + + + + + ## [1.7.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.0...v1.7.1) (2022-04-27) **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo diff --git a/packages/cssg-plugin-hugo/package-lock.json b/packages/cssg-plugin-hugo/package-lock.json index 74c1f9e..af06585 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.7.1", + "version": "1.7.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/cssg-plugin-hugo/package.json b/packages/cssg-plugin-hugo/package.json index ee7afc2..5e884e4 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.7.1", + "version": "1.7.2", "description": "", "main": "index.js", "typings": "./index.d.ts",