Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekusu committed Jan 20, 2023
1 parent 3f621d9 commit 36085f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Changelog

## [0.2.0](https://github.com/nekusu/apetype/compare/v0.1.0...v0.2.0) (2023-01-20)


### New Features

* **layout:** add version button to footer ([#3](https://github.com/nekusu/apetype/issues/3)) ([3f621d9](https://github.com/nekusu/apetype/commit/3f621d962808ca6e497e8144c5f7a616b980a63b))
* **test:** add result page ([#2](https://github.com/nekusu/apetype/issues/2)) ([938e925](https://github.com/nekusu/apetype/commit/938e92589d7a7a794a2dbeadbe7cc9179aa0427c))


### Bug Fixes

* **test:** incorrect raw wpm stats ([#1](https://github.com/nekusu/apetype/issues/1)) ([31c1a30](https://github.com/nekusu/apetype/commit/31c1a30f9de3c4ee275499f5aa0f884047c73243))

## 0.1.0 (2023-01-17)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apetype",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 36085f3

Please sign in to comment.