Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
chore: release v1.2.166
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2022
1 parent af2c62f commit ad42c43
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


### [1.2.166](https://github.com/alvarlagerlof/next-banner/compare/v1.2.165...v1.2.166) (2022-10-22)


### Build Changes

* **deps:** update dependency puppeteer to v19.1.0 ([af2c62f](https://github.com/alvarlagerlof/next-banner/commit/af2c62f222247422eaf90b2aef35da6b2d7f31a1))

### [1.2.165](https://github.com/alvarlagerlof/next-banner/compare/v1.2.164...v1.2.165) (2022-10-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"turbo": "1.5.6"
},
"packageManager": "[email protected]",
"version": "1.2.165"
"version": "1.2.166"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-banner",
"version": "1.2.165",
"version": "1.2.166",
"description": "Generate Open Graph images for Next.js on build",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.2.165",
"version": "1.2.166",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"next": "12.3.1",
"next-banner": "1.2.165",
"next-banner": "1.2.166",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/release-it-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"tokenRef": "GITHUB_AUTH"
}
},
"version": "1.2.165"
"version": "1.2.166"
}

0 comments on commit ad42c43

Please sign in to comment.