From 5d870960c834767472a44899076c43792a9e788e Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 11 Oct 2023 13:12:21 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/browserslist-config@0.1.11 --- packages/browserslist-config/CHANGELOG.md | 4 ++++ packages/browserslist-config/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index b55ad49..2f10751 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.10...@ivuorinen/browserslist-config@0.1.11) (2023-10-11) + +**Note:** Version bump only for package @ivuorinen/browserslist-config + ## [0.1.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.9...@ivuorinen/browserslist-config@0.1.10) (2023-10-02) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index a4120e1..d5d3889 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.1.10", + "version": "0.1.11", "description": "ivuorinen's shareable configuration for Browserslist.", "author": { "name": "Ismo Vuorinen",