ac-file-extensions 2.0.19 → 2.0.21

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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,24 @@
1
1
 
2
+ ## [2.0.21](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.20..v2.0.21) (2026-03-21 11:41:21)
3
+
4
+
5
+ ### Bug Fix
6
+
7
+ * **App:** add matz file extension | VD | [63c4364b8d160e846b36d20240d8290dae221c7b](https://github.com/admiralcloud/ac-file-extensions/commit/63c4364b8d160e846b36d20240d8290dae221c7b)
8
+ add matz file extension
9
+ ### Chores
10
+
11
+ * **release:** v2.0.19 [ci skip] | [d53d41e808030c3fd921122f050af1528eef0157](https://github.com/admiralcloud/ac-file-extensions/commit/d53d41e808030c3fd921122f050af1528eef0157)
12
+
13
+
14
+ ## [2.0.20](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.19..v2.0.20) (2026-03-21 11:39:22)
15
+
16
+ ### Bug Fix
17
+
18
+ * **Misc:** Package updates | MP | [b470fd23e6c9d3d13cae131805a08ab55ebcbb6b](https://github.com/admiralcloud/ac-file-extensions/commit/b470fd23e6c9d3d13cae131805a08ab55ebcbb6b)
19
+ Package updates
20
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
21
+
2
22
  ## [2.0.19](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.18..v2.0.19) (2026-02-26 16:18:51)
3
23
 
4
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ac-file-extensions",
3
3
  "repository": "https://github.com/AdmiralCloud/ac-file-extensions",
4
- "version": "2.0.19",
4
+ "version": "2.0.21",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -18,8 +18,8 @@
18
18
  "lodash": "^4.17.23"
19
19
  },
20
20
  "devDependencies": {
21
- "eslint": "^10.0.2",
22
- "globals": "^17.3.0"
21
+ "eslint": "^10.1.0",
22
+ "globals": "^17.4.0"
23
23
  },
24
24
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
25
25
  }