Skip to content

Commit

Permalink
v0.14.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-nicolaos authored Jun 18, 2021
1 parent 1f78840 commit 8f29805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Unreleased

## 0.14.0 - 2021-6-18

### Added

- Build script to create executables
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const SW_TRIVIA_VERSION = "0.13.0";
const SW_TRIVIA_VERSION = "0.14.0";

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

0 comments on commit 8f29805

Please sign in to comment.