Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Feb 8, 2019
1 parent 3747911 commit 8371c6f
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 19 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: sagiegurari

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Error Stack**
```console
The error stack trace
```

**Code Sample**
```js
// paste code here
```
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: sagiegurari

---

**Features Description**
A clear description of the feature request.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Code Sample**
```js
// paste code here
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2019-02-05 | v2.2.0 | Maintenance |
| 2019-02-08 | v2.2.1 | Maintenance |
| 2018-06-07 | v2.0.0 | Upgrade markdownlint and minimal node version |
| 2018-05-29 | v1.1.6 | Upgrade markdownlint version |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2019-02-05 | v2.2.0 | Maintenance |
| 2019-02-08 | v2.2.1 | Maintenance |
| 2018-06-07 | v2.0.0 | Upgrade markdownlint and minimal node version |
| 2018-05-29 | v1.1.6 | Upgrade markdownlint version |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-markdownlint",
"version": "2.2.0",
"version": "2.2.1",
"description": "A grunt task for markdown style checker and lint tool.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -37,11 +37,14 @@
"format": "grunt format",
"build": "grunt build",
"jstest": "grunt jstest",
"debug": "mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec",
"prepush": "npm run build",
"postpublish": "grunt post-publish",
"grunt": "grunt"
},
"husky": {
"hooks": {
"pre-push": "npm run build"
}
},
"dependencies": {
"markdownlint": "^0.12.0"
},
Expand Down

0 comments on commit 8371c6f

Please sign in to comment.