2 Commits

Author SHA1 Message Date
semantic-release-bot
68a1cabd73 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.0...v1.0.1) (2026-01-29)

### Bug Fixes

* **ci:** modify permissions in PR Lint workflow ([49e6213](49e6213862))
2026-01-29 18:43:45 +00:00
49e6213862 fix(ci): modify permissions in PR Lint workflow
Updated permissions for the PR Lint job to include write access for issues and pull requests.
2026-01-29 20:41:32 +02:00
3 changed files with 10 additions and 3 deletions

View File

@@ -10,8 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
Linter:
name: PR Lint
@@ -21,6 +19,8 @@ jobs:
statuses: write
contents: read
packages: read
issues: write
pull-requests: write
steps:
- name: Checkout

View File

@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/ivuorinen/base-configs-browserslist/compare/v1.0.0...v1.0.1) (2026-01-29)
### Bug Fixes
* **ci:** modify permissions in PR Lint workflow ([49e6213](https://github.com/ivuorinen/base-configs-browserslist/commit/49e6213862f33ab1320d5da89fbe1eba6d8676f9))
# 1.0.0 (2025-12-06)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "ivuorinen's shareable configuration for Browserslist.",
"type": "module",
"author": {