From 0ca80c04c683979bf1a607da7edc399699a3f71c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 25 Sep 2023 01:20:21 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/browserslist-config@0.1.8 --- packages/browserslist-config/CHANGELOG.md | 6 ++++++ packages/browserslist-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 1cf2b5f..128833f 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.7...@ivuorinen/browserslist-config@0.1.8) (2023-09-25) + +### Bug Fixes + +- **deps:** update dependency browserslist to v4.21.11 ([dc2d92f](https://github.com/ivuorinen/base-configs/commit/dc2d92f1e3dd243673a68d0d11ec4510fc74688c)) + ## [0.1.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.6...@ivuorinen/browserslist-config@0.1.7) (2023-08-03) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 5668ed3..57fefd8 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.1.7", + "version": "0.1.8", "description": "ivuorinen's shareable configuration for Browserslist.", "author": { "name": "Ismo Vuorinen",