chore(release): 1.30.1 [skip ci]

## [1.30.1](https://github.com/kolplattformen/skolplattformen/compare/v1.30.0...v1.30.1) (2021-05-09)

### Bug Fixes

* 🐛 Patch fast-fuzzy to remove warning ([45210e1](45210e15c6))
This commit is contained in:
semantic-release-bot 2021-05-09 15:17:25 +02:00
parent 45210e15c6
commit 1f43ab7f34
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.30.1](https://github.com/kolplattformen/skolplattformen/compare/v1.30.0...v1.30.1) (2021-05-09)
### Bug Fixes
* 🐛 Patch fast-fuzzy to remove warning ([45210e1](https://github.com/kolplattformen/skolplattformen/commit/45210e15c63b56117c6da6eb3dca1d9187c4da02))
# [1.30.0](https://github.com/kolplattformen/skolplattformen/compare/v1.29.0...v1.30.0) (2021-05-09)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.30.0",
"version": "1.30.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -9,5 +9,5 @@
"test": "npx lerna run test --stream",
"lint": "npx lerna run lint --stream"
},
"version": "1.30.0"
"version": "1.30.1"
}