date-format 4.0.8 → 4.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # date-format Changelog
2
2
 
3
+ ## 4.0.9
4
+
5
+ - is exactly the same as 4.0.8 and is a re-published 4.0.8 to npm
6
+
7
+ ## 4.0.8
8
+
9
+ - [chore(dep): updated dependencies](https://github.com/nomiddlename/date-format/pull/60) - thanks [@peteriman](https://github.com/peteriman)
10
+ - chore(dev): bump eslint from 8.13.0 to 8.14.0
11
+ - updated package-lock.json
12
+ - [chore(dep): updated dependencies](https://github.com/nomiddlename/date-format/pull/59) - thanks [@peteriman](https://github.com/peteriman)
13
+ - package-lock.json
14
+
3
15
  ## 4.0.7
4
16
 
5
17
  - [chore(dep): updated dependencies](https://github.com/nomiddlename/date-format/pull/57) - thanks [@peteriman](https://github.com/peteriman)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-format",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "Formatting Date objects as strings since 2013",
5
5
  "main": "lib/index.js",
6
6
  "files": [