browser-extension-manager 1.1.13 → 1.2.0

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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -15,6 +15,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
17
  ---
18
+ ## [1.1.13] - 2025-11-26
19
+ ### Added
20
+ - Default `.env` file with publish credential templates for all stores
21
+ - Intelligent line-based merging for `.gitignore` and `.env` files with section markers
22
+ - Template variable support for `.yml` and `.yaml` files
23
+
24
+ ### Changed
25
+ - Credentials now read from `.env` file instead of config (better security)
26
+ - `.gitignore` and `.env` files use section markers to separate defaults from custom values
27
+ - Template transform now passes `versions` data for workflow templating
28
+
18
29
  ## [1.1.6] - 2025-11-14
19
30
  ### Added
20
31
  - Bootstrap exposure to `window.bootstrap` in all UI components (popup, options, sidepanel, page)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-extension-manager",
3
- "version": "1.1.13",
3
+ "version": "1.2.0",
4
4
  "description": "Browser Extension Manager dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {