diff --git a/CHANGELOG.md b/CHANGELOG.md index f73533f..4797c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b6ed0d0..ac5b7bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dns-nameserver", - "version": "0.1.2", + "version": "0.2.0", "description": "DNS Nameserver", "main": "index.js", "bin": {}, @@ -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" },