Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Mar 24, 2022
1 parent 2f6ba99 commit 916c4c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.0] - 2022-03-22
## [0.0.1] - 2022-03-24

### Added

- A PursX parser.

## [0.0.0] - 2022-03-23

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-deku",
"version": "0.0.0",
"version": "0.0.1",
"description": "A friendly tree-like structure in the browser.",
"scripts": {
"postinstall": "node node_modules/puppeteer/install.js",
Expand Down

0 comments on commit 916c4c7

Please sign in to comment.