Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 28, 2023
1 parent 97d9b87 commit ad5810a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
12 changes: 3 additions & 9 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
### 2023-01-27

### Chores
+ screenshot updated, [c4e76facdccfc227caf8f818031c5eae92aa4076]
+ github workflow fix, [a99229ba899051fea6b068874f10a460b6616e06]
+ docker removed from dev container, [2bb96d26701c776297662c10260b11416af56d43]
+ dependencies updated, [120de910c830892190e043e9593acf5a877d1c2d]

### Features
+ offline/cache display information, [4e5a75e6eaf33fbd6317f4a558e8c3dd6dbf94df]
+ color redesign, [dcf0507ec38576138bd1c5b9d20070621d77ce7b]
### Fixes
+ workflow indentation typos, [0ebae1286bbaed68d70613960b560a25fb95bf3c]
+ readme.md typo, [39c396860f10488107dbd42968733fa81ef42434]

see <a href='https://github.com/mrjackwills/flightbox_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# <a href='https://github.com/mrjackwills/flightbox_vue/releases/tag/v0.1.1'>v0.1.1</a>
### 2023-01-27

### Fixes
+ workflow indentation typos, [0ebae1286bbaed68d70613960b560a25fb95bf3c]
+ readme.md typo, [39c396860f10488107dbd42968733fa81ef42434]
+ workflow indentation typos, [0ebae128](https://github.com/mrjackwills/flightbox_vue/commit/0ebae1286bbaed68d70613960b560a25fb95bf3c),
+ readme.md typo, [39c39686](https://github.com/mrjackwills/flightbox_vue/commit/39c396860f10488107dbd42968733fa81ef42434),

# <a href='https://github.com/mrjackwills/flightbox_vue/releases/tag/v0.1.0'>v0.1.0</a>
### 2023-01-27
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flightbox_vue",
"description": "frontend site for flightbox service",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"homepage": "https://github.com/mrjackwills/flightbox_vue",
"license": "MIT",
Expand Down Expand Up @@ -41,5 +41,5 @@
"vite-plugin-vuetify": "^1.0.1",
"vue-tsc": "^1.0.24"
},
"buildDate": "Fri 27 2023 January 22:01:16 EST"
"buildDate": "Fri 27 2023 January 22:06:47 EST"
}

0 comments on commit ad5810a

Please sign in to comment.