Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Mar 30, 2022
1 parent 67e8da1 commit b6af618
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.0 (2022-03-30)

* Forbid circular references with fixed lists

Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "0.5.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 @@ -39,7 +39,7 @@ ${REPOSITORY_HELP}
program
.name("bare-ts")
.description("Tools for BARE (Binary Application Record Encoding)")
.version("0.4.0", "--version", "output the version number and exit")
.version("0.5.0", "--version", "output the version number and exit")
.addHelpText("after", EXTRA_HELP)
.action(() => program.help())

Expand Down

0 comments on commit b6af618

Please sign in to comment.