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 4592504 commit a3ff3fe
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 @@ -61,7 +61,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-06-13 | v1.0.13 | Maintenance |
| 2019-02-08 | v1.0.14 | Maintenance |
| 2017-04-28 | v1.0.0 | Offical release |
| 2017-04-28 | v0.0.1 | Initial release |

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-06-13 | v1.0.13 | Maintenance |
| 2019-02-08 | v1.0.14 | Maintenance |
| 2017-04-28 | v1.0.0 | Offical release |
| 2017-04-28 | v0.0.1 | Initial release |
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-later",
"version": "1.0.13",
"version": "1.0.14",
"description": "Defer function calls to the start of the next cycle.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -35,11 +35,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": {
"semver": "^5.5.0"
},
Expand Down

0 comments on commit a3ff3fe

Please sign in to comment.