Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
4cd8b83d62 chore(release): publish
- @ivuorinen/browserslist-config@0.1.7
2023-08-03 04:05:46 +00:00
renovate[bot]
49089e46f8 fix(deps): update dependency browserslist to v4.21.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-03 04:05:04 +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.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
- **deps:** update dependency browserslist to v4.21.10 ([49089e4](https://github.com/ivuorinen/base-configs/commit/49089e46f8922b7c8c49a5930f2902255bd1a656))
## [0.1.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.5...@ivuorinen/browserslist-config@0.1.6) (2023-06-26)
### Bug Fixes

View File

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