Compare commits

...

2 Commits

Author SHA1 Message Date
cn c0a38af087 Prepare 1.1.3 release 2018-02-21 21:29:30 +01:00
cn 5d647fd842 package: add keywords 2018-02-21 21:29:13 +01:00
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 1.1.3 (February 21, 2018)
IMPROVEMENTS:
- Add package keywords
## 1.1.2 (February 21, 2018)
IMPROVEMENTS:

View File

@ -1,7 +1,14 @@
{
"name": "language-fluentd",
"description": "Fluentd Configuration language support in Atom",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [
"language",
"grammar",
"fluentd",
"configuration",
"logging"
],
"engines": {
"atom": "*"
},