Skip to content

Commit

Permalink
0.16.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-nicolaos authored Apr 12, 2022
1 parent f9a6615 commit 555e803
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.16.0 - 2022-4-11

### Added

- Instructions for contributing
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.15.0";
const SW_TRIVIA_VERSION = "0.16.0";

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

0 comments on commit 555e803

Please sign in to comment.