Updated changelog

This commit is contained in:
Alejandro Celaya 2021-02-28 18:51:18 +01:00
parent ce0fc1094e
commit b789f64a54
2 changed files with 2 additions and 3 deletions

View file

@ -15,11 +15,10 @@
"setImmediate": true "setImmediate": true
}, },
"rules": { "rules": {
"no-nonoctal-decimal-escape": "off",
"@typescript-eslint/no-unsafe-assignment": "off", "@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off", "@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/ban-types": "off", "@typescript-eslint/ban-types": "off",
"no-nonoctal-decimal-escape": "off",
"@typescript-eslint/naming-convention": "off" "@typescript-eslint/naming-convention": "off"
} }
} }

View file

@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* *Nothing* * *Nothing*
### Fixed ### Fixed
* *Nothing* * [#335](https://github.com/shlinkio/shlink-web-client/issues/335) Fixed linting errors.
## [3.0.1] - 2020-12-30 ## [3.0.1] - 2020-12-30