chore(release): 1.27.1 [skip ci]

## [1.27.1](https://github.com/kolplattformen/skolplattformen/compare/v1.27.0...v1.27.1) (2021-04-28)

### Bug Fixes

* 🐛 Fixes lunch rendering ([#341](https://github.com/kolplattformen/skolplattformen/issues/341)) ([6c75d9d](6c75d9d119))
This commit is contained in:
semantic-release-bot 2021-04-28 21:26:16 +02:00
parent 6c75d9d119
commit a5694c17bc
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.27.1](https://github.com/kolplattformen/skolplattformen/compare/v1.27.0...v1.27.1) (2021-04-28)
### Bug Fixes
* 🐛 Fixes lunch rendering ([#341](https://github.com/kolplattformen/skolplattformen/issues/341)) ([6c75d9d](https://github.com/kolplattformen/skolplattformen/commit/6c75d9d1191fa4c6b8f92fe526e4c1f85915bddf))
# [1.27.0](https://github.com/kolplattformen/skolplattformen/compare/v1.26.0...v1.27.0) (2021-04-28)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.24.0",
"version": "1.27.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.27.0"
"version": "1.27.1"
}