Skip to content

Commit d2056e7

Browse files
authored
v0.15.0 (#20)
1 parent 0db7557 commit d2056e7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## Unreleased
88

9+
## 0.15.0 - 2022-1-2
10+
911
### Added
1012

1113
- New trivia from
@@ -19,8 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1921

2022
### Changed
2123

22-
- Updated target runtime (Deno) to v1.12.2 and dependencies (Deno Standard) to
23-
v0.103.0
24+
- Updated target runtime (Deno) to v1.17.1 and dependencies (Deno Standard) to
25+
v0.119.0
2426

2527
## 0.14.0 - 2021-6-18
2628

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const SW_TRIVIA_VERSION = "0.14.0";
1+
const SW_TRIVIA_VERSION = "0.15.0";
22

33
// Should match DENO_VERSION in .github/workflows/ci.yml
44
const TARGET_DENO_VERSION = "1.17.1";

0 commit comments

Comments
 (0)