Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 8, 2022
1 parent d8d51dd commit 0b4ddda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/NicTool/dns-nameserver/compare/v0.1.2...v0.2.0) (2022-04-08)

### [0.1.2](https://github.com/NicTool/dns-nameserver/compare/v0.1.0...v0.1.2) (2022-04-08)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns-nameserver",
"version": "0.1.2",
"version": "0.2.0",
"description": "DNS Nameserver",
"main": "index.js",
"bin": {},
Expand All @@ -16,7 +16,7 @@
"lint": "npx eslint index.js test/*.js",
"lintfix": "npx eslint --fix index.js test/*.js",
"postinstall": "npm run grammar",
"release": "npx standard-version",
"release": "npx standard-version --release-as=minor",
"test": "npx mocha",
"versions": "npx dependency-version-checker check"
},
Expand Down

0 comments on commit 0b4ddda

Please sign in to comment.