@artsy/multienv 1.2.0 → 1.2.1
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 +32 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
# v1.2.1 (Fri Sep 26 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- chore: update dependabot reviewers [#10](https://github.com/artsy/multienv/pull/10) ([@ovasdi](https://github.com/ovasdi))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- 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]))
|
|
10
|
+
|
|
11
|
+
#### 🏠 Internal
|
|
12
|
+
|
|
13
|
+
- 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]))
|
|
14
|
+
- 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]))
|
|
15
|
+
- 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]))
|
|
16
|
+
- 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]))
|
|
17
|
+
- 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]))
|
|
18
|
+
- 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]))
|
|
19
|
+
- 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]))
|
|
20
|
+
- 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]))
|
|
21
|
+
- 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]))
|
|
22
|
+
- 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]))
|
|
23
|
+
- chore: update dependabot assignee [#12](https://github.com/artsy/multienv/pull/12) ([@ovasdi](https://github.com/ovasdi))
|
|
24
|
+
- 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]))
|
|
25
|
+
|
|
26
|
+
#### Authors: 2
|
|
27
|
+
|
|
28
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
29
|
+
- Ozzie Vasdi ([@ovasdi](https://github.com/ovasdi))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
1
33
|
# v1.2.0 (Thu Oct 07 2021)
|
|
2
34
|
|
|
3
35
|
#### 🚀 Enhancement
|