Skip to content

Commit

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

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.1.2](https://github.com/NicTool/dns-nameserver/compare/v0.1.0...v0.1.2) (2022-04-08)


### Features

* add additional knot fixed sections ([b6acaa3](https://github.com/NicTool/dns-nameserver/commit/b6acaa301de2247059ec13dc0c2701aa36a101a0))
* add NSD parser ([fa49d1d](https://github.com/NicTool/dns-nameserver/commit/fa49d1da91e3e3bb2ac40d03bdfe60ea71b03710))
* parsers added for Knot ([#2](https://github.com/NicTool/dns-nameserver/issues/2)) ([139235e](https://github.com/NicTool/dns-nameserver/commit/139235e8acd105ce872cddb22224e1470c972cbe))

### [0.1.1](https://github.com/NicTool/dns-nameserver/compare/v0.1.0...v0.1.1) (2022-04-07)


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.1",
"version": "0.1.2",
"description": "DNS Nameserver",
"main": "index.js",
"bin": {},
Expand All @@ -10,7 +10,7 @@
"scripts": {
"bind": "npx -p nearley nearleyc src/bind.ne -o dist/bind.js",
"knot": "npx -p nearley nearleyc src/knot.ne -o dist/knot.js",
"nsd" : "npx -p nearley nearleyc src/nsd-moo.ne -o dist/nsd.js",
"nsd": "npx -p nearley nearleyc src/nsd-moo.ne -o dist/nsd.js",
"mara": "npx -p nearley nearleyc src/mara.ne -o dist/mara.js",
"grammar": "npm run bind && npm run knot && npm run nsd",
"lint": "npx eslint index.js test/*.js",
Expand Down

0 comments on commit d8d51dd

Please sign in to comment.