diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ed067c..c2e3654 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: - master - main jobs: - develop-build: + main-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index ca9c5da..e5d12cd 100644 --- a/README.md +++ b/README.md @@ -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