Skip to content

Commit 3757091

Browse files
authored
Merge pull request #2001 from habitat-sh/20260608_release
bump version and fix changelog for release
2 parents 6bcd0a9 + 60e6689 commit 3757091

2 files changed

Lines changed: 9 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,25 @@
55
#### Merged Pull Requests
66
- fixing errors after bumping js-cookie [#2000](https://github.com/habitat-sh/builder/pull/2000) ([mwrock](https://github.com/mwrock))
77
- Bump js-cookie from 2.2.1 to 3.0.7 in /components/builder-web [#1988](https://github.com/habitat-sh/builder/pull/1988) ([dependabot[bot]](https://github.com/dependabot[bot]))
8-
- fixing changelog [#1997](https://github.com/habitat-sh/builder/pull/1997) ([mwrock](https://github.com/mwrock))
98
- Bump qs from 6.15.1 to 6.15.2 in /test/builder-api [#1989](https://github.com/habitat-sh/builder/pull/1989) ([dependabot[bot]](https://github.com/dependabot[bot]))
10-
- Bump openssl from 0.10.79 to 0.10.80 [#1993](https://github.com/habitat-sh/builder/pull/1993) ([dependabot[bot]](https://github.com/dependabot[bot]))
119
- Bump tmp from 0.2.5 to 0.2.7 in /components/builder-web [#1990](https://github.com/habitat-sh/builder/pull/1990) ([dependabot[bot]](https://github.com/dependabot[bot]))
1210
- Bump fast-uri from 3.1.0 to 3.1.2 in /components/builder-web [#1987](https://github.com/habitat-sh/builder/pull/1987) ([dependabot[bot]](https://github.com/dependabot[bot]))
13-
- Bump tar from 0.4.45 to 0.4.46 [#1995](https://github.com/habitat-sh/builder/pull/1995) ([dependabot[bot]](https://github.com/dependabot[bot]))
1411
- Bump qs from 6.15.1 to 6.15.2 in /components/builder-web [#1998](https://github.com/habitat-sh/builder/pull/1998) ([dependabot[bot]](https://github.com/dependabot[bot]))
15-
- bump diesel from 2.3.8 to 2.3.10 [#1999](https://github.com/habitat-sh/builder/pull/1999) ([mwrock](https://github.com/mwrock))
16-
- When deleting a package, remove from artifact storage [#1986](https://github.com/habitat-sh/builder/pull/1986) ([mwrock](https://github.com/mwrock))
17-
- Bump openssl from 0.10.78 to 0.10.79 [#1983](https://github.com/habitat-sh/builder/pull/1983) ([dependabot[bot]](https://github.com/dependabot[bot]))
1812

19-
<!-- latest_release 20260604 -->
20-
## Unreleased
13+
<!-- latest_release 20260608 -->
14+
## [20260608](https://github.com/habitat-sh/builder/tree/20260608) (2026-06-08)
2115

2216
#### Merged Pull Requests
23-
- fixing errors after bumping js-cookie [#2000](https://github.com/habitat-sh/builder/pull/2000) ([mwrock](https://github.com/mwrock))
24-
- Bump js-cookie from 2.2.1 to 3.0.7 in /components/builder-web [#1988](https://github.com/habitat-sh/builder/pull/1988) ([dependabot[bot]](https://github.com/dependabot[bot]))
2517
- fixing changelog [#1997](https://github.com/habitat-sh/builder/pull/1997) ([mwrock](https://github.com/mwrock))
26-
- Bump qs from 6.15.1 to 6.15.2 in /test/builder-api [#1989](https://github.com/habitat-sh/builder/pull/1989) ([dependabot[bot]](https://github.com/dependabot[bot]))
2718
- Bump openssl from 0.10.79 to 0.10.80 [#1993](https://github.com/habitat-sh/builder/pull/1993) ([dependabot[bot]](https://github.com/dependabot[bot]))
28-
- Bump tmp from 0.2.5 to 0.2.7 in /components/builder-web [#1990](https://github.com/habitat-sh/builder/pull/1990) ([dependabot[bot]](https://github.com/dependabot[bot]))
29-
- Bump fast-uri from 3.1.0 to 3.1.2 in /components/builder-web [#1987](https://github.com/habitat-sh/builder/pull/1987) ([dependabot[bot]](https://github.com/dependabot[bot]))
3019
- Bump tar from 0.4.45 to 0.4.46 [#1995](https://github.com/habitat-sh/builder/pull/1995) ([dependabot[bot]](https://github.com/dependabot[bot]))
31-
- Bump qs from 6.15.1 to 6.15.2 in /components/builder-web [#1998](https://github.com/habitat-sh/builder/pull/1998) ([dependabot[bot]](https://github.com/dependabot[bot]))
3220
- bump diesel from 2.3.8 to 2.3.10 [#1999](https://github.com/habitat-sh/builder/pull/1999) ([mwrock](https://github.com/mwrock))
21+
- When deleting a package, remove from artifact storage [#1986](https://github.com/habitat-sh/builder/pull/1986) ([mwrock](https://github.com/mwrock))
22+
- Bump openssl from 0.10.78 to 0.10.79 [#1983](https://github.com/habitat-sh/builder/pull/1983) ([dependabot[bot]](https://github.com/dependabot[bot]))
23+
24+
## [20260604](https://github.com/habitat-sh/builder/tree/20260604) (2026-06-04)
25+
26+
#### Merged Pull Requests
3327
- bumping version to 20260604 [#1996](https://github.com/habitat-sh/builder/pull/1996) ([mwrock](https://github.com/mwrock))
3428
- bump serialize-javascript [#1985](https://github.com/habitat-sh/builder/pull/1985) ([mwrock](https://github.com/mwrock))
3529
- Angular upgrade [#1982](https://github.com/habitat-sh/builder/pull/1982) ([mwrock](https://github.com/mwrock))

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20260604
1+
20260608

0 commit comments

Comments
 (0)