Skip to content

Commit 8f29805

Browse files
authored
v0.14.0 (#14)
1 parent 1f78840 commit 8f29805

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+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.14.0 - 2021-6-18
10+
911
### Added
1012

1113
- Build script to create executables

src/version.ts

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

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

0 commit comments

Comments
 (0)