chore(release): 1.29.0 [skip ci]

# [1.29.0](https://github.com/kolplattformen/skolplattformen/compare/v1.28.1...v1.29.0) (2021-05-09)

### Bug Fixes

* 🐛 formattering av schema som försvann är tillbaka ([#371](https://github.com/kolplattformen/skolplattformen/issues/371)) ([fbc8514](fbc8514052))

### Features

* 🎸 Replace abort with cancel ([134e904](134e904d86))
This commit is contained in:
semantic-release-bot 2021-05-09 11:03:26 +02:00
parent 134e904d86
commit c41fbdaa70
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# [1.29.0](https://github.com/kolplattformen/skolplattformen/compare/v1.28.1...v1.29.0) (2021-05-09)
### Bug Fixes
* 🐛 formattering av schema som försvann är tillbaka ([#371](https://github.com/kolplattformen/skolplattformen/issues/371)) ([fbc8514](https://github.com/kolplattformen/skolplattformen/commit/fbc85140521f23e47a57fe33789815d8c268708d))
### Features
* 🎸 Replace abort with cancel ([134e904](https://github.com/kolplattformen/skolplattformen/commit/134e904d86b0295614a4fd452355276b412d4e65))
## [1.28.1](https://github.com/kolplattformen/skolplattformen/compare/v1.28.0...v1.28.1) (2021-05-06)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.28.1",
"version": "1.29.0",
"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.28.1"
"version": "1.29.0"
}