ac-file-extensions 2.0.3 → 2.0.6
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.
- package/CHANGELOG.md +43 -0
- package/package.json +3 -3
- package/sources/c.json +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
+
<a name="2.0.6"></a>
|
|
2
|
+
|
|
3
|
+
## [2.0.6](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.5..v2.0.6) (2023-11-15 11:57:44)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** add cr3 format | MD | [6508f1ac8cc0de15c62819d7540983b2204903cf](https://github.com/admiralcloud/ac-file-extensions/commit/6508f1ac8cc0de15c62819d7540983b2204903cf)
|
|
9
|
+
add cr3 extension to sources
|
|
10
|
+
Related issues: [browse/AC-5043#AC-5043](https://admiralcloud.atlassian.net/browse/AC-5043)
|
|
11
|
+
### Chores
|
|
12
|
+
|
|
13
|
+
* **App:** Updated packages | MP | [633bb7f65dea429a3a0fdc300e00e15880f6a106](https://github.com/admiralcloud/ac-file-extensions/commit/633bb7f65dea429a3a0fdc300e00e15880f6a106)
|
|
14
|
+
Updated packages
|
|
15
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
16
|
+
<a name="2.0.5"></a>
|
|
17
|
+
|
|
18
|
+
## [2.0.5](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.4..v2.0.5) (2022-04-20 11:40:09)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fix
|
|
22
|
+
|
|
23
|
+
* **App:** Fix mimetype for AVIF extension | VD | [48b65b6a070710e2d376ba23a2f9e698df67222d](https://github.com/admiralcloud/ac-file-extensions/commit/48b65b6a070710e2d376ba23a2f9e698df67222d)
|
|
24
|
+
Fix mimetype for AVIF extension
|
|
25
|
+
* **App:** Add support for avif extension | VD | [064b109d53237f32bbeeb1dc70c51d107a76e694](https://github.com/admiralcloud/ac-file-extensions/commit/064b109d53237f32bbeeb1dc70c51d107a76e694)
|
|
26
|
+
Add support for avif extension
|
|
27
|
+
* **App:** Add support for webp extension | VD | [8dc0e60eafb745130ad6e0e209d19c73a47218d6](https://github.com/admiralcloud/ac-file-extensions/commit/8dc0e60eafb745130ad6e0e209d19c73a47218d6)
|
|
28
|
+
Add support for webp extension
|
|
29
|
+
Related issues: [browse/AC-2507#AC-2507](https://admiralcloud.atlassian.net/browse/AC-2507)
|
|
30
|
+
### Chores
|
|
31
|
+
|
|
32
|
+
* **release:** v2.0.3 [ci skip] | [b63b8ad7633c41b1131f1a8cdafbc40b056e0362](https://github.com/admiralcloud/ac-file-extensions/commit/b63b8ad7633c41b1131f1a8cdafbc40b056e0362)
|
|
33
|
+
|
|
34
|
+
* **release:** v2.0.2 [ci skip] | [3a130c7eae8112ff79276fc54d9b25230ca33cd7](https://github.com/admiralcloud/ac-file-extensions/commit/3a130c7eae8112ff79276fc54d9b25230ca33cd7)
|
|
35
|
+
|
|
36
|
+
* **release:** v2.0.1 [ci skip] | [5d12cd2cae2612583fe64c8d4937a0a603c1f753](https://github.com/admiralcloud/ac-file-extensions/commit/5d12cd2cae2612583fe64c8d4937a0a603c1f753)
|
|
37
|
+
|
|
38
|
+
<a name="2.0.4"></a>
|
|
39
|
+
|
|
40
|
+
## [2.0.4](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.3..v2.0.4) (2022-04-20 11:38:28)
|
|
1
41
|
<a name="2.0.3"></a>
|
|
2
42
|
|
|
3
43
|
## [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 +45,9 @@
|
|
|
5
45
|
|
|
6
46
|
### Bug Fix
|
|
7
47
|
|
|
48
|
+
* **App:** Updated packages | MP | [584c697cee591df8c6124440038ee7d36ba24dfd](https://github.com/admiralcloud/ac-file-extensions/commit/584c697cee591df8c6124440038ee7d36ba24dfd)
|
|
49
|
+
Updated packages
|
|
50
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
8
51
|
* **App:** Fix mimetype for AVIF extension | VD | [48b65b6a070710e2d376ba23a2f9e698df67222d](https://github.com/admiralcloud/ac-file-extensions/commit/48b65b6a070710e2d376ba23a2f9e698df67222d)
|
|
9
52
|
Fix mimetype for AVIF extension
|
|
10
53
|
<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.
|
|
4
|
+
"version": "2.0.6",
|
|
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
|
|
17
|
+
"ac-semantic-release": "^0.4.2",
|
|
18
18
|
"lodash": "^4.17.21"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^8.
|
|
21
|
+
"eslint": "^8.53.0"
|
|
22
22
|
}
|
|
23
23
|
}
|