Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @rambler-tech/razzle-eslint@0.1.0
  • Loading branch information
rambler-ui-bot committed Mar 27, 2024
1 parent 02843b4 commit f04dc6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2024-03-27)

### Features

- **eslint:** add eslint plugin ([6770776](https://github.com/rambler-digital-solutions/razzle-addons/commit/6770776b391bb17576460b646f8ac82be2e5a4f3))
6 changes: 3 additions & 3 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rambler-tech/razzle-eslint",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"sideEffects": false,
Expand All @@ -12,8 +12,8 @@
"react-dev-utils": "^12.0.1"
},
"peerDependencies": {
"eslint": ">=8",
"razzle": ">=4",
"webpack": ">=5",
"eslint": ">=8"
"webpack": ">=5"
}
}

0 comments on commit f04dc6b

Please sign in to comment.