Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
77e57455d7 chore(release): publish
- @ivuorinen/browserslist-config@0.1.2
2023-06-01 00:11:03 +00:00
renovate[bot]
7ed5e2ead4 fix(deps): update dependency browserslist to v4.21.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-01 00:09:46 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.1...@ivuorinen/browserslist-config@0.1.2) (2023-06-01)
### Bug Fixes
- **deps:** update dependency browserslist to v4.21.6 ([7ed5e2e](https://github.com/ivuorinen/base-configs/commit/7ed5e2ead41b51ef58598964191627491d4be9b6))
## 0.1.1 (2023-05-04)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.1.1",
"version": "0.1.2",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,7 +38,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"browserslist": "4.21.5"
"browserslist": "4.21.6"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}