Skip to content

Commit

Permalink
chore(release): updated release notes and package versions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed May 12, 2023
1 parent cdf6d77 commit 9d2a819
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.12.6...v1.13.0) (2023-05-12)

### Features

- **contentful-typings:** adapt new contentful skeleton types ([#61](https://github.com/jungvonmatt/contentful-ssg/issues/61)) ([3ea21a6](https://github.com/jungvonmatt/contentful-ssg/commit/3ea21a6c2bff7aeb9c9f01365afcc4d3653d573b))

## [1.13.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.13.1) (2023-05-12)

**Note:** Version bump only for package @jungvonmatt/contentful-ssg-project
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.12.6",
"version": "1.13.0",
"packages": ["packages/*"],
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/contentful-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.12.6...v1.13.0) (2023-05-12)

### Features

- **contentful-typings:** adapt new contentful skeleton types ([#61](https://github.com/jungvonmatt/contentful-ssg/issues/61)) ([3ea21a6](https://github.com/jungvonmatt/contentful-ssg/commit/3ea21a6c2bff7aeb9c9f01365afcc4d3653d573b))

## [1.13.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.13.1) (2023-05-12)

**Note:** Version bump only for package @jungvonmatt/contentful-typings
Expand Down
2 changes: 1 addition & 1 deletion packages/contentful-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/contentful-typings",
"version": "1.12.6",
"version": "1.13.0",
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 9d2a819

Please sign in to comment.