Skip to content

Commit

Permalink
chore(release): v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Apr 29, 2022
1 parent 81b29d0 commit 9292d80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project adheres to [Semantic Versioning][semver].

## Unreleased
## 0.8.0 (2022-04-29)

- Require @bare-ts/lib v0.3.x

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bare-ts/tools",
"version": "0.7.0",
"version": "0.8.0",
"description": "Compiler and tools for BARE schema",
"keywords": [
"bare",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ${REPOSITORY_HELP}
program
.name("bare-ts")
.description("Tools for BARE (Binary Application Record Encoding)")
.version("0.7.0", "--version", "output the version number and exit")
.version("0.8.0", "--version", "output the version number and exit")
.addHelpText("after", EXTRA_HELP)
.action(() => program.help())

Expand Down

0 comments on commit 9292d80

Please sign in to comment.