ac-file-extensions 2.0.3 → 2.0.5

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 +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ <a name="2.0.5"></a>
2
+
3
+ ## [2.0.5](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.4..v2.0.5) (2022-04-20 11:40:09)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** Fix mimetype for AVIF extension | VD | [48b65b6a070710e2d376ba23a2f9e698df67222d](https://github.com/admiralcloud/ac-file-extensions/commit/48b65b6a070710e2d376ba23a2f9e698df67222d)
9
+ Fix mimetype for AVIF extension
10
+ * **App:** Add support for avif extension | VD | [064b109d53237f32bbeeb1dc70c51d107a76e694](https://github.com/admiralcloud/ac-file-extensions/commit/064b109d53237f32bbeeb1dc70c51d107a76e694)
11
+ Add support for avif extension
12
+ * **App:** Add support for webp extension | VD | [8dc0e60eafb745130ad6e0e209d19c73a47218d6](https://github.com/admiralcloud/ac-file-extensions/commit/8dc0e60eafb745130ad6e0e209d19c73a47218d6)
13
+ Add support for webp extension
14
+ Related issues: [browse/AC-2507#AC-2507](https://admiralcloud.atlassian.net/browse/AC-2507)
15
+ ### Chores
16
+
17
+ * **release:** v2.0.3 [ci skip] | [b63b8ad7633c41b1131f1a8cdafbc40b056e0362](https://github.com/admiralcloud/ac-file-extensions/commit/b63b8ad7633c41b1131f1a8cdafbc40b056e0362)
18
+
19
+ * **release:** v2.0.2 [ci skip] | [3a130c7eae8112ff79276fc54d9b25230ca33cd7](https://github.com/admiralcloud/ac-file-extensions/commit/3a130c7eae8112ff79276fc54d9b25230ca33cd7)
20
+
21
+ * **release:** v2.0.1 [ci skip] | [5d12cd2cae2612583fe64c8d4937a0a603c1f753](https://github.com/admiralcloud/ac-file-extensions/commit/5d12cd2cae2612583fe64c8d4937a0a603c1f753)
22
+
23
+ <a name="2.0.4"></a>
24
+
25
+ ## [2.0.4](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.3..v2.0.4) (2022-04-20 11:38:28)
1
26
  <a name="2.0.3"></a>
2
27
 
3
28
  ## [2.0.3](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.2..v2.0.3) (2022-01-21 13:14:24)
@@ -5,6 +30,9 @@
5
30
 
6
31
  ### Bug Fix
7
32
 
33
+ * **App:** Updated packages | MP | [584c697cee591df8c6124440038ee7d36ba24dfd](https://github.com/admiralcloud/ac-file-extensions/commit/584c697cee591df8c6124440038ee7d36ba24dfd)
34
+ Updated packages
35
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
8
36
  * **App:** Fix mimetype for AVIF extension | VD | [48b65b6a070710e2d376ba23a2f9e698df67222d](https://github.com/admiralcloud/ac-file-extensions/commit/48b65b6a070710e2d376ba23a2f9e698df67222d)
9
37
  Fix mimetype for AVIF extension
10
38
  <a name="2.0.2"></a>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ac-file-extensions",
3
3
  "repository": "admiralcloud/ac-file-extensions",
4
- "version": "2.0.3",
4
+ "version": "2.0.5",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -14,10 +14,10 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "ac-semantic-release": "^0.2.7",
17
+ "ac-semantic-release": "^0.3.0",
18
18
  "lodash": "^4.17.21"
19
19
  },
20
20
  "devDependencies": {
21
- "eslint": "^8.2.0"
21
+ "eslint": "^8.13.0"
22
22
  }
23
23
  }