From 5d8200b15f5fdb0ddf0ad889ce9ae75a7a477e2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jan 2022 05:26:03 +0000 Subject: [PATCH] chore(release): 2.0.5 [skip ci] ### [2.0.5](https://github.com/rvagg/polendina/compare/v2.0.4...v2.0.5) (2022-01-18) ### Trivial Changes * **deps:** bump puppeteer from 13.0.1 to 13.1.0 ([#30](https://github.com/rvagg/polendina/issues/30)) ([bbc956c](https://github.com/rvagg/polendina/commit/bbc956c9fae046cfdc67247e7d46042c329964cf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0629d..cf1f7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.0.5](https://github.com/rvagg/polendina/compare/v2.0.4...v2.0.5) (2022-01-18) + + +### Trivial Changes + +* **deps:** bump puppeteer from 13.0.1 to 13.1.0 ([#30](https://github.com/rvagg/polendina/issues/30)) ([bbc956c](https://github.com/rvagg/polendina/commit/bbc956c9fae046cfdc67247e7d46042c329964cf)) + ### [2.0.4](https://github.com/rvagg/polendina/compare/v2.0.3...v2.0.4) (2022-01-13) diff --git a/package.json b/package.json index e1a3e67..ec0eff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polendina", - "version": "2.0.4", + "version": "2.0.5", "description": "Non-UI browser testing for JavaScript libraries from the command-line", "main": "polendina.js", "type": "module",