Skip to content

Commit

Permalink
chore: release main (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com>
  • Loading branch information
czi-github-helper[bot] authored Feb 26, 2024
1 parent 543e56f commit 04839c2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "2.0.1",
"aws": "2.0.0",
"config": "2.0.1",
".": "2.1.0",
"aws": "2.1.0",
"config": "3.0.0",
"errors": "2.0.0",
"keypair": "2.0.0",
"kmsauth": "2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/chanzuckerberg/go-misc/compare/v2.0.1...v2.1.0) (2024-02-23)


### Features

* Upgrade AWS Mocks ([#1005](https://github.com/chanzuckerberg/go-misc/issues/1005)) ([543e56f](https://github.com/chanzuckerberg/go-misc/commit/543e56f1c67c9bebdb790327c7b3d5b2bbf7f752))

## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/v2.0.0...v2.0.1) (2024-02-23)


Expand Down
7 changes: 7 additions & 0 deletions aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/chanzuckerberg/go-misc/compare/aws-v2.0.0...aws-v2.1.0) (2024-02-23)


### Features

* Upgrade AWS Mocks ([#1005](https://github.com/chanzuckerberg/go-misc/issues/1005)) ([543e56f](https://github.com/chanzuckerberg/go-misc/commit/543e56f1c67c9bebdb790327c7b3d5b2bbf7f752))

## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/aws-v1.12.0...aws-v2.0.0) (2024-02-23)


Expand Down
17 changes: 17 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/chanzuckerberg/go-misc/compare/config-v2.0.1...config-v3.0.0) (2024-02-23)


### ⚠ BREAKING CHANGES

* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000))

### Features

* add config package ([#996](https://github.com/chanzuckerberg/go-misc/issues/996)) ([41f253a](https://github.com/chanzuckerberg/go-misc/commit/41f253a925cadd0d63025ec5b83eeb39791faefa))
* break mono-package into individual packages ([#1000](https://github.com/chanzuckerberg/go-misc/issues/1000)) ([5151c5e](https://github.com/chanzuckerberg/go-misc/commit/5151c5e6a03d706156ac0a5b437875ab1600af6c))


### Bug Fixes

* config v2 ([#1003](https://github.com/chanzuckerberg/go-misc/issues/1003)) ([31efa25](https://github.com/chanzuckerberg/go-misc/commit/31efa2598cea38456b86b47652bf47d3cac9464f))

## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/config-v2.0.0...config-v2.0.1) (2024-02-23)


Expand Down

0 comments on commit 04839c2

Please sign in to comment.