@artsy/multienv 1.2.0 → 1.3.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 +44 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,47 @@
1
+ # v1.3.0 (Fri Oct 31 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: add conventional commit github action [#25](https://github.com/artsy/multienv/pull/25) ([@amonkhouse](https://github.com/amonkhouse))
6
+
7
+ #### Authors: 1
8
+
9
+ - Amy Monkhouse ([@amonkhouse](https://github.com/amonkhouse))
10
+
11
+ ---
12
+
13
+ # v1.2.1 (Fri Sep 26 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - chore: update dependabot reviewers [#10](https://github.com/artsy/multienv/pull/10) ([@ovasdi](https://github.com/ovasdi))
18
+
19
+ #### 🐛 Bug Fix
20
+
21
+ - build(deps): bump form-data from 3.0.1 to 3.0.4 [#24](https://github.com/artsy/multienv/pull/24) ([@dependabot[bot]](https://github.com/dependabot[bot]))
22
+
23
+ #### 🏠 Internal
24
+
25
+ - build(deps): bump cross-spawn from 7.0.3 to 7.0.6 [#23](https://github.com/artsy/multienv/pull/23) ([@dependabot[bot]](https://github.com/dependabot[bot]))
26
+ - build(deps): bump micromatch from 4.0.4 to 4.0.8 [#22](https://github.com/artsy/multienv/pull/22) ([@dependabot[bot]](https://github.com/dependabot[bot]))
27
+ - build(deps): bump ws from 7.5.5 to 7.5.10 [#21](https://github.com/artsy/multienv/pull/21) ([@dependabot[bot]](https://github.com/dependabot[bot]))
28
+ - build(deps): bump braces from 3.0.2 to 3.0.3 [#20](https://github.com/artsy/multienv/pull/20) ([@dependabot[bot]](https://github.com/dependabot[bot]))
29
+ - build(deps): bump @babel/traverse from 7.15.4 to 7.23.2 [#19](https://github.com/artsy/multienv/pull/19) ([@dependabot[bot]](https://github.com/dependabot[bot]))
30
+ - build(deps): bump word-wrap from 1.2.3 to 1.2.4 [#18](https://github.com/artsy/multienv/pull/18) ([@dependabot[bot]](https://github.com/dependabot[bot]))
31
+ - build(deps): bump tough-cookie from 4.0.0 to 4.1.3 [#16](https://github.com/artsy/multienv/pull/16) ([@dependabot[bot]](https://github.com/dependabot[bot]))
32
+ - build(deps): bump semver from 6.3.0 to 6.3.1 [#17](https://github.com/artsy/multienv/pull/17) ([@dependabot[bot]](https://github.com/dependabot[bot]))
33
+ - build(deps): bump json5 from 2.2.0 to 2.2.3 [#15](https://github.com/artsy/multienv/pull/15) ([@dependabot[bot]](https://github.com/dependabot[bot]))
34
+ - bump minimatch from 3.0.4 to 3.1.2 [#13](https://github.com/artsy/multienv/pull/13) ([@dependabot[bot]](https://github.com/dependabot[bot]))
35
+ - chore: update dependabot assignee [#12](https://github.com/artsy/multienv/pull/12) ([@ovasdi](https://github.com/ovasdi))
36
+ - build(deps): bump minimist from 1.2.5 to 1.2.6 [#11](https://github.com/artsy/multienv/pull/11) ([@dependabot[bot]](https://github.com/dependabot[bot]))
37
+
38
+ #### Authors: 2
39
+
40
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
41
+ - Ozzie Vasdi ([@ovasdi](https://github.com/ovasdi))
42
+
43
+ ---
44
+
1
45
  # v1.2.0 (Thu Oct 07 2021)
2
46
 
3
47
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/multienv",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Load multiple dotenv style environment files.",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {