@artsy/multienv 1.4.0 → 1.6.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 +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.6.0 (Wed Nov 19 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - build(deps): bump js-yaml from 3.14.1 to 3.14.2 [#28](https://github.com/artsy/multienv/pull/28) ([@dependabot[bot]](https://github.com/dependabot[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
10
+
11
+ ---
12
+
13
+ # v1.5.0 (Mon Nov 10 2025)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - feat: add yarn check github action [#27](https://github.com/artsy/multienv/pull/27) ([@mc-jones](https://github.com/mc-jones))
18
+
19
+ #### Authors: 1
20
+
21
+ - Matt Jones ([@mc-jones](https://github.com/mc-jones))
22
+
23
+ ---
24
+
1
25
  # v1.4.0 (Mon Nov 10 2025)
2
26
 
3
27
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/multienv",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Load multiple dotenv style environment files.",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {