Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Jan 22, 2024
1 parent e8aa811 commit c4c4d86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.46.0](https://github.com/anzusystems/common-admin/compare/1.45.0...1.46.0) (2024-01-22)

### Features
* **job:** added support for priority and scheduledAt

## [1.45.0](https://github.com/anzusystems/common-admin/compare/1.44.0...1.45.0) (2024-01-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"./styles": "./dist/style.css",
"./*": "./*"
},
"version": "1.45.0",
"version": "1.46.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/components/job/AJobBaseCreateForm.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { computed } from 'vue'
import type { JobBase } from '@/types/Job'
import { useJobPriority } from '@/components/job/composables/jobPriority'
Expand Down

0 comments on commit c4c4d86

Please sign in to comment.