Skip to content

Commit

Permalink
Merge pull request #25 from authts/changelog
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
zach-betz-hln authored Oct 25, 2024
2 parents d474071 + 6a70b75 commit d4c55fd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.0 (2024-10-25)

- Init `CHANGELOG.md`
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,15 @@ Places where this project has been shared.
## History

This repo originally lived at [zach-betz-hln/mre-keycloak-react](https://github.com/zach-betz-hln/mre-keycloak-react). For context, see this [issue](https://github.com/authts/react-oidc-context/issues/1208).

## Contributing

1. Create a branch from `main`, or a fork of this repo
1. Make your changes
1. Run through the _Setup_ steps in this doc from scratch and confirm everything works
1. Increment the [semantic version](https://docs.npmjs.com/about-semantic-versioning). `<semver>` should be one of: `major` | `minor` | `patch`

npm --no-git-tag-version version <semver>

1. Update `CHANGELOG.md` with a new section
1. PR your changes to be reviewed and merged
2 changes: 2 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "1.0.0",
"scripts": {
"toc": "markdown-toc -i README.md"
},
Expand Down

0 comments on commit d4c55fd

Please sign in to comment.