Skip to content

Commit

Permalink
chore(docs): Corrected GitHub action name for main and added version …
Browse files Browse the repository at this point in the history
…into readme
  • Loading branch information
jkeam committed Dec 29, 2023
1 parent 5ff6c37 commit f8c893e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- main
jobs:
develop-build:
main-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default combineReducers({
# Changes
Note: `Latest` means the latest release. This is also the latest version in [npmjs.com](https://www.npmjs.com/package/reduxsauce).

### Dec 29, 2023 - Latest
### Dec 29, 2023 - 1.3.0 - Latest

* `FIX` Update dependencies including upgrading peer dependency to redux 5.x @jkeam

Expand Down

0 comments on commit f8c893e

Please sign in to comment.