diff --git a/README.md b/README.md index 3a19450..1d4547e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 6301a45..c01e429 100644 --- a/package.json +++ b/package.json @@ -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",