Commit 304c583 1 parent f87f130 commit 304c583 Copy full SHA for 304c583
File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
6
7
+ ## Unreleased
8
+
9
+ ## 0.10.0 - 2020-07-04
10
+
11
+ ### Added
12
+
13
+ - Lots of new trivia. Sources include:
14
+ - _ Catalyst_
15
+ - _ Dark Disciple_
16
+ - _ From a Certain Point of View_
17
+ - _ Master and Apprentice_
18
+ - _ Queen's Peril_
19
+ - _ Solo_
20
+ - _ The Aftermath trilogy_
21
+ - _ The Clone Wars_
22
+ - _ Thrawn Alliances_
23
+ - _ Thrawn Treason_
24
+ - _ Twilight Company_
25
+ - New empty trivia files for upcoming media:
26
+ - _ Squadrons_
27
+ - _ Shadow Fall_
28
+ - _ From a Certain Point of View: The Empire Strikes Back_
29
+
30
+ ### Changed
31
+
32
+ - Update target runtime (Deno) to v1.1.3 and dependencies (Deno Standard) to v0.60.0
33
+ - Updated ` README.md ` 's blurb about runtime version
34
+
35
+ ### Fixed
36
+
37
+ - Fixed a few more typos in trivia questions
38
+
7
39
## 0.9.0 - 2020-05-02
8
40
9
41
### Added
Original file line number Diff line number Diff line change 1
1
import { getYesNoResponse } from "helpers" ;
2
2
3
- const SW_TRIVIA_VERSION = "0.9 .0" ;
3
+ const SW_TRIVIA_VERSION = "0.10 .0" ;
4
4
const TARGET_DENO_VERSION = "1.1.3" ;
5
5
6
6
export function printVersion ( ) : void {
You can’t perform that action at this time.
0 commit comments