Compare commits

...

4 Commits

Author SHA1 Message Date
ivuorinen
70ab004b6e chore(release): publish
- @ivuorinen/browserslist-config@0.1.5
2023-06-18 19:11:12 +00:00
renovate[bot]
235eef133f fix(deps): update dependency browserslist to v4.21.9 (#43)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-18 22:10:29 +03:00
renovate[bot]
c189a8c9e2 chore(release): publish
- @ivuorinen/browserslist-config@0.1.4
2023-06-16 05:11:40 +00:00
renovate[bot]
3f72210752 fix(deps): update dependency browserslist to v4.21.8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-16 05:10:55 +00:00
2 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.4...@ivuorinen/browserslist-config@0.1.5) (2023-06-18)
### Bug Fixes
- **deps:** update dependency browserslist to v4.21.9 ([#43](https://github.com/ivuorinen/base-configs/issues/43)) ([235eef1](https://github.com/ivuorinen/base-configs/commit/235eef133ffb8717a4569534fe83a25c0c0581d3))
## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.3...@ivuorinen/browserslist-config@0.1.4) (2023-06-16)
### Bug Fixes
- **deps:** update dependency browserslist to v4.21.8 ([3f72210](https://github.com/ivuorinen/base-configs/commit/3f722107521164fd04e0e01ead45c7fc3fa1713a))
## [0.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.2...@ivuorinen/browserslist-config@0.1.3) (2023-06-03)
### Bug Fixes

View File

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