Skip to content

Commit 304c583

Browse files
committed
0.10.0
1 parent f87f130 commit 304c583

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

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+
739
## 0.9.0 - 2020-05-02
840

941
### Added

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getYesNoResponse } from "helpers";
22

3-
const SW_TRIVIA_VERSION = "0.9.0";
3+
const SW_TRIVIA_VERSION = "0.10.0";
44
const TARGET_DENO_VERSION = "1.1.3";
55

66
export function printVersion(): void {

0 commit comments

Comments
 (0)