inrupt / solid-client-authn-js

A client library for authenticating with Solid
https://solid-client-authn-js.vercel.app
Other
65 stars 40 forks source link

Release v2.2.1 #3530

Closed NSeydoux closed 4 weeks ago

NSeydoux commented 4 weeks ago

This PR bumps the version to 2.2.1.

Release Steps

  1. Look at the CHANGELOG.md to determine whether the release should be a major, minor, or patch release. Coordinate with the team to ensure the next version is agreed upon.
  2. Run npm run lerna-version -- <major|minor|patch> with the decided on version.
  3. Update the CHANGELOG.md to release the latest the version, and set the release date.
  4. Commit the changes on a release/vX.Y.Z branch
  5. Push to GitHub, create a PR, and merge once CI passes.
  6. Create a release on GitHub for the new version, using a combination of the release notes from the CHANGELOG.md and the automatically generated changes.