chore(release): 1.27.4 [skip ci]

## [1.27.4](https://github.com/kolplattformen/skolplattformen/compare/v1.27.3...v1.27.4) (2021-04-30)

### Bug Fixes

* 🐛 Formatering nyhetsbrev. Bumpade version på embedded-api ([#345](https://github.com/kolplattformen/skolplattformen/issues/345)) ([7e2fd8f](7e2fd8f74d))
This commit is contained in:
semantic-release-bot 2021-04-30 10:54:31 +02:00
parent 7e2fd8f74d
commit 7ac39ae0f9
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.27.4](https://github.com/kolplattformen/skolplattformen/compare/v1.27.3...v1.27.4) (2021-04-30)
### Bug Fixes
* 🐛 Formatering nyhetsbrev. Bumpade version på embedded-api ([#345](https://github.com/kolplattformen/skolplattformen/issues/345)) ([7e2fd8f](https://github.com/kolplattformen/skolplattformen/commit/7e2fd8f74ddf3fe3d50fc1753d89780fd85e7515))
## [1.27.3](https://github.com/kolplattformen/skolplattformen/compare/v1.27.2...v1.27.3) (2021-04-30)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.27.3",
"version": "1.27.4",
"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.3"
"version": "1.27.4"
}