Skip to content

Commit e63fa06

Browse files
committed
chore(release): updated release notes and package versions [ci skip]
1 parent a2bd437 commit e63fa06

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.14.3](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.2...v1.14.3) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
- remove deprecated custom lang param ([#75](https://github.com/jungvonmatt/contentful-ssg/issues/75)) ([a2bd437](https://github.com/jungvonmatt/contentful-ssg/commit/a2bd4373c0035b25bb81bf8bb212ce9f570030c0)), closes [#62](https://github.com/jungvonmatt/contentful-ssg/issues/62)
11+
612
## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.14.2",
2+
"version": "1.14.3",
33
"packages": ["packages/*"],
44
"command": {
55
"bootstrap": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cssg-plugin-hugo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.14.3](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.2...v1.14.3) (2024-06-24)
7+
8+
### Bug Fixes
9+
10+
- remove deprecated custom lang param ([#75](https://github.com/jungvonmatt/contentful-ssg/issues/75)) ([a2bd437](https://github.com/jungvonmatt/contentful-ssg/commit/a2bd4373c0035b25bb81bf8bb212ce9f570030c0)), closes [#62](https://github.com/jungvonmatt/contentful-ssg/issues/62)
11+
612
## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
713

814
**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo

packages/cssg-plugin-hugo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jungvonmatt/cssg-plugin-hugo",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"description": "",
55
"main": "index.js",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)