1
0
mirror of https://github.com/cmur2/language-zonefile.git synced 2025-10-11 19:52:06 +02:00

3 Commits

Author SHA1 Message Date
cn
17de36de6a Prepare 1.1.2 release 2018-02-21 21:24:13 +01:00
cn
850310d9aa package: add keywords 2018-02-21 21:23:52 +01:00
cn
ba4ff2d73a docs: fix CHANGELOG 2018-01-29 20:44:34 +01:00
2 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
# Changelog
## 1.1.1
## 1.1.2 (February 21, 2018)
IMPROVEMENTS:
- Add package keywords
## 1.1.1 (January 29, 2018)
IMPROVEMENTS:

View File

@@ -1,7 +1,14 @@
{
"name": "language-zonefile",
"description": "Bind Zone File language support in Atom",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"language",
"grammar",
"dns",
"zonefile",
"bind"
],
"engines": {
"atom": "*"
},