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

Commit

Permalink
chore: bump package to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 7, 2022
1 parent cb7d778 commit 5e1bbbb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## v0.2.0

## Breaking Changes

- renamed package to `@darkflare/wjson`

### Bug Fixes

- added missing `#!/usr/bin/env node` to the start of the bin file
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": "@darkflare/wjson",
"version": "0.1.1",
"version": "0.2.0",
"description": "Configure Wrangler in the format of your choice.",
"bin": {
"wjson": "./dist/bin.js"
Expand Down

0 comments on commit 5e1bbbb

Please sign in to comment.