date-format 4.0.3 → 4.0.4

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 +42 -0
  2. package/package.json +5 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,42 @@
1
+ # date-format Changelog
2
+
3
+ ## 4.0.4
4
+
5
+ - Updated dependencies - thanks [@peteriman](https://github.com/peteriman)
6
+ - [eslint from 8.8.0 to 8.10.0 and mocha from 9.2.0 to 9.2.1](https://github.com/nomiddlename/date-format/pull/46)
7
+ - [eslint from 8.7.0 to 8.8.0 and mocha from 9.1.4 to 9.2.0](https://github.com/nomiddlename/date-format/pull/45)
8
+ - [package-lock.json](https://github.com/nomiddlename/date-format/pull/44)
9
+
10
+ ## 4.0.3
11
+
12
+ - [100% test coverage](https://github.com/nomiddlename/date-format/pull/42) - thanks [@peteriman](https://github.com/peteriman)
13
+ - Updated dependencies - thanks [@peteriman](https://github.com/peteriman)
14
+ - [eslint from 8.6.0 to 8.7.0 and mocha from 9.1.3 to 9.1.4](https://github.com/nomiddlename/date-format/pull/41)
15
+
16
+ ## 4.0.2
17
+
18
+ - [Not to publish misc files to NPM](https://github.com/nomiddlename/date-format/pull/39) - thanks [@peteriman](https://github.com/peteriman)
19
+ - CHANGELOG.md
20
+ - [Removed "log4js" from title of CHANGELOG.md](https://github.com/nomiddlename/date-format/pull/37) - thanks [@joshuabremerdexcom](https://github.com/joshuabremerdexcom)
21
+ - [Added "date-format" to title of CHANGELOG.md](https://github.com/nomiddlename/date-format/commit/64a95d0386853692d7d65174f94a0751e775f7ce#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed) - thanks [@peteriman](https://github.com/peteriman)
22
+ - Updated dependencies - thanks [@peteriman](https://github.com/peteriman)
23
+ - [eslint-plugin-mocha from 5.3.0 to 10.0.3](https://github.com/nomiddlename/date-format/pull/38)
24
+
25
+ ## 4.0.1
26
+
27
+ - is exactly the same as 4.0.0 and is a re-published 4.0.0 to npm
28
+
29
+ ## 4.0.0
30
+
31
+ - [Fix timezone format to include colon separator](https://github.com/nomiddlename/date-format/pull/27) - thanks [@peteriman](https://github.com/peteriman)
32
+ - [test: have a test case for timezone with colon](https://github.com/nomiddlename/date-format/pull/32) - thanks [@peteriman](https://github.com/peteriman)
33
+ - [Docs: Updated README.md with more examples and expected output](https://github.com/nomiddlename/date-format/pull/33) - thanks [@peteriman](https://github.com/peteriman)
34
+ - Updated dependencies
35
+ - [should-util from 1.0.0 to 1.0.1](https://github.com/nomiddlename/date-format/pull/31) - thanks [@peteriman](https://github.com/peteriman)
36
+ - [eslint from 5.16.0 to 8.6.0 and mocha from 5.2.0 to 9.1.3](https://github.com/nomiddlename/date-format/pull/30) - thanks [@peteriman](https://github.com/peteriman)
37
+ - [acorn from 6.2.0 to 6.4.2](https://github.com/nomiddlename/date-format/pull/29)
38
+ - [lodash from 4.17.14 to 4.17.21](https://github.com/nomiddlename/date-format/pull/26)
39
+
40
+ ## Previous versions
41
+
42
+ Change information for older versions can be found by looking at the milestones in github.
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "date-format",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Formatting Date objects as strings since 2013",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
- "lib"
7
+ "lib",
8
+ "CHANGELOG.md"
8
9
  ],
9
10
  "repository": {
10
11
  "type": "git",
@@ -28,9 +29,9 @@
28
29
  "readmeFilename": "README.md",
29
30
  "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
30
31
  "devDependencies": {
31
- "eslint": "^8.7.0",
32
+ "eslint": "^8.10.0",
32
33
  "eslint-plugin-mocha": "^10.0.3",
33
- "mocha": "^9.1.4",
34
+ "mocha": "^9.2.1",
34
35
  "nyc": "^15.1.0",
35
36
  "should": "^13.2.3"
36
37
  },