date-format 4.0.12 → 4.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,8 +1,15 @@
1
1
  # date-format Changelog
2
2
 
3
+ ## 4.0.13
4
+
5
+ - [ci: added tests for Node.js 4.x, 6.x, 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/75) - thanks [@lamweili](https://github.com/lamweili)
6
+ - [chore(deps-dev): bump hosted-git-info from 2.6.0 to 2.8.9](https://github.com/nomiddlename/date-format/pull/76) - thanks [@Dependabot](https://github.com/dependabot)
7
+ - [chore(deps-dev): bump handlebars from 4.0.11 to 4.7.7 ](https://github.com/nomiddlename/date-format/pull/77) - thanks [@Dependabot](https://github.com/dependabot)
8
+ - [chore(deps-dev): bump y18n from 3.2.1 to 3.2.2](https://github.com/nomiddlename/date-format/pull/78) - thanks [@Dependabot](https://github.com/dependabot)
9
+
3
10
  ## 4.0.12
4
11
 
5
- - [ci: added tests for 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/73) - thanks [@lamweili](https://github.com/lamweili)
12
+ - [ci: added tests for Node.js 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/73) - thanks [@lamweili](https://github.com/lamweili)
6
13
  - [docs: renamed peteriman to lamweili](https://github.com/nomiddlename/date-format/pull/72) - thanks [@lamweili](https://github.com/lamweili)
7
14
 
8
15
  ## 4.0.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-format",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "Formatting Date objects as strings since 2013",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -29,10 +29,10 @@
29
29
  "readmeFilename": "README.md",
30
30
  "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
31
31
  "devDependencies": {
32
- "eslint": "^5.16.0",
33
- "eslint-plugin-mocha": "^6.3.0",
34
- "mocha": "^6.2.3",
35
- "nyc": "^14.1.1",
32
+ "eslint": "^4.19.1",
33
+ "eslint-plugin-mocha": "^4.12.1",
34
+ "mocha": "^5.2.0",
35
+ "nyc": "13.0.0",
36
36
  "should": "^13.2.3"
37
37
  },
38
38
  "nyc": {