mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2024-11-15 03:25:00 -05:00
chore(release): 9.0.3 [skip ci]
## [9.0.3](https://github.com/LLK/eslint-config-scratch/compare/v9.0.2...v9.0.3) (2023-07-01) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.8 ([0edb9d4
](0edb9d44e3
))
This commit is contained in:
parent
0edb9d44e3
commit
a374275f3d
3 changed files with 10 additions and 3 deletions
|
@ -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.
|
||||
|
||||
## [9.0.3](https://github.com/LLK/eslint-config-scratch/compare/v9.0.2...v9.0.3) (2023-07-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-semantic-release-config to v1.0.8 ([0edb9d4](https://github.com/LLK/eslint-config-scratch/commit/0edb9d44e390e1ca607c207d4a38a6ebddcf9071))
|
||||
|
||||
## [9.0.2](https://github.com/LLK/eslint-config-scratch/compare/v9.0.1...v9.0.2) (2023-03-27)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "9.0.2",
|
||||
"version": "9.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "9.0.2",
|
||||
"version": "9.0.3",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.17.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "9.0.2",
|
||||
"version": "9.0.3",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue