Skip to content

Commit

Permalink
Prepare for version 3.0.1 (#826)
Browse files Browse the repository at this point in the history
This PR makes the necessary changes to release a new version `3.0.0`.
Included are updates to the following:

- `package.json` and `package-lock.json` versions
- Updates to `CHANGELOG` describing changes in this release
- Updates to documentation versions
  • Loading branch information
shawnmcknight authored Oct 29, 2024
1 parent bbdaef6 commit c70f025
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1]

- Improve inferred types for \_raw property ([#820](https://github.com/STORIS/mvom/pull/820))

## [3.0.0]

### Added
Expand Down Expand Up @@ -517,7 +521,8 @@ We've graduated from Alpha to Beta! Semver has been updated so breaking vs. non-

Initial alpha release of this library! Thanks for using it!

[unreleased]: https://github.com/storis/mvom/compare/3.0.0...HEAD
[unreleased]: https://github.com/storis/mvom/compare/3.0.1...HEAD
[3.0.1]: https://github.com/storis/mvom/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/storis/mvom/compare/3.0.0-rc.6...3.0.0
[3.0.0-rc.6]: https://github.com/storis/mvom/compare/3.0.0-rc.5...3.0.0-rc.6
[3.0.0-rc.5]: https://github.com/storis/mvom/compare/3.0.0-rc.4...3.0.0-rc.5
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mvom",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"description": "Multivalue Object Mapper",
"main": "index.js",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config: Config = {
lastVersion: 'current',
versions: {
current: {
label: '3.0.0',
label: '3.0.1',
},
},
remarkPlugins: [[npm2YarnPlugin, { sync: true }]],
Expand Down Expand Up @@ -70,7 +70,7 @@ const config: Config = {
},
{
type: 'docsVersion',
label: '3.0.0',
label: '3.0.1',
position: 'right',
},
{
Expand Down

0 comments on commit c70f025

Please sign in to comment.