Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
merge pull request #7 from azurydev/changeset-release/dev
Browse files Browse the repository at this point in the history
ci: version packages
  • Loading branch information
boywithkeyboard authored Jul 11, 2022
2 parents f9dde81 + 2973977 commit d8897c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-otters-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-boxes-develop.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @darkflare/wjson

## 0.3.1

### Patch Changes

- [#6](https://github.com/azurydev/wjson/pull/6) [`c7aa4c1`](https://github.com/azurydev/wjson/commit/c7aa4c16248422eaa4c8f6b0ba5f15c967392b9f) Thanks [@unvented](https://github.com/unvented)! - feat: add basic error logging

Print errors to the console.

* [#8](https://github.com/azurydev/wjson/pull/8) [`e0d6bbc`](https://github.com/azurydev/wjson/commit/e0d6bbc1eb1a40c08a658dda1688739a7ebce2b4) Thanks [@unvented](https://github.com/unvented)! - refactor: exclude cli from typescript compilation

Exclude CLI file from TypeScript compilation to reduce package size. No change for users since the code is internal anyway.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darkflare/wjson",
"version": "0.3.0",
"version": "0.3.1",
"description": "Configure Wrangler in the format of your choice.",
"bin": {
"wjson": "./dist/bin.js"
Expand Down

0 comments on commit d8897c2

Please sign in to comment.