Bump version from 1.4.1 to 1.5.0

This commit is contained in:
Henk Verlinde 2024-04-19 20:57:42 +02:00 committed by Simon C
parent 62c2253017
commit a70676d5b8
4 changed files with 10 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
"doks": minor
---
Update for new Hyas setup

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# doks
## 1.5.0
### Minor Changes
- [#1226](https://github.com/gethyas/doks/pull/1226) [`664063e`](https://github.com/gethyas/doks/commit/664063eb6a02d24a3fceb61ea9ed8df589a11033) Thanks [@h-enk](https://github.com/h-enk)! - Update for new Hyas setup

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "doks", "name": "doks",
"version": "1.4.1", "version": "1.5.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "doks", "name": "doks",
"version": "1.4.1", "version": "1.5.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hyas/doks-core": "^1.5.1", "@hyas/doks-core": "^1.5.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "doks", "name": "doks",
"version": "1.4.1", "version": "1.5.0",
"description": "Doks theme", "description": "Doks theme",
"author": "Hyas", "author": "Hyas",
"license": "MIT", "license": "MIT",