Skip to content

Commit

Permalink
Release 12.0.x master (#3050)
Browse files Browse the repository at this point in the history
* Release 12.0.0 (#2966)

* bump cumulus version to 12.0.0

* bump website documentation to 12.0.0

* Release 12.0.1 (#3047)

* update moment to fix security vulnerability (#3025)

* update moment to fix security vulnerability

* fix trailing comma

* Update CHANGELOG.md

* update all packages impacted by moment vulnerability to new alpha version with moment upgrade

* Revert "update all packages impacted by moment vulnerability to new alpha version with moment upgrade"

This reverts commit 3afe6af.

* 12.0.1 version bump

* Update CHANGELOG.md
  • Loading branch information
npauzenga authored Jul 20, 2022
1 parent eb57ee6 commit a37a704
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed `@cumulus/api` `granules` module to convert numeric productVolume to string
when an old granule record is retrieved from DynamoDB.

## [v12.0.1] 2022-07-18

- **CUMULUS-2995**
- Updated Moment.js package to 2.29.4 to address security vulnerability

## [v12.0.0] 2022-05-20

### Breaking Changes
Expand Down Expand Up @@ -6223,7 +6228,8 @@ Note: There was an issue publishing 1.12.0. Upgrade to 1.12.1.

[unreleased]: https://github.com/nasa/cumulus/compare/v13.0.1...HEAD
[v13.0.1]: https://github.com/nasa/cumulus/compare/v13.0.0...v13.0.1
[v13.0.0]: https://github.com/nasa/cumulus/compare/v12.0.0...v13.0.0
[v13.0.0]: https://github.com/nasa/cumulus/compare/v12.0.1...v13.0.0
[v12.0.1]: https://github.com/nasa/cumulus/compare/v12.0.0...v12.0.1
[v12.0.0]: https://github.com/nasa/cumulus/compare/v11.1.1...v12.0.0
[v11.1.1]: https://github.com/nasa/cumulus/compare/v11.1.0...v11.1.1
[v11.1.0]: https://github.com/nasa/cumulus/compare/v11.0.0...v11.1.0
Expand Down

0 comments on commit a37a704

Please sign in to comment.