Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Oct 14, 2022
1 parent 89ce01f commit c9f19e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-buckets-tie.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# clarigen-deno

## 0.4.5

### Patch Changes

- [`89ce01f`](https://github.com/mechanismHQ/clarigen-deno/commit/89ce01f44610a4f641dac4fbae0e97e4a9bb9469) Thanks [@hstove](https://github.com/hstove)! - - Fixed a bug where an error would throw if there was no `output` in the `esm` section of config
- Added `chain.burnBlockHeight`

## 0.4.4

### Patch Changes
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": "clarigen-deno",
"version": "0.4.4",
"version": "0.4.5",
"main": "index.js",
"author": "''",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.4.4';
export const VERSION = '0.4.5';

0 comments on commit c9f19e4

Please sign in to comment.