Skip to content

Commit

Permalink
Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed Oct 20, 2022
1 parent 6289071 commit be704c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ And you should be good to go with:
```console
eslint \"./src/**/*.{ts,tsx}\" --cache
```

# Contribution

How to release:
1. manually set version in package.json
1. push
1. create a new release in GH
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emanprague/eslint-config",
"version": "3.0.0",
"version": "3.1.0",
"description": "ESlint and prettier configurations",
"main": "eslint-config.js",
"repository": "https://github.com/eManPrague/eslint-config.git",
Expand Down

0 comments on commit be704c9

Please sign in to comment.