diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfd07ae..63a38fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,60 +1,103 @@
-# [3.0.0](https://github.com/teroneko/redux-saga-promise/compare/2.0.2...3.0.0) (2021-12-03)
+## 3.0.1 (2024-05-19)
+* test ([f26f2d2](https://github.com/teroneko/redux-saga-promise/commit/f26f2d2))
+* test ([6149d8c](https://github.com/teroneko/redux-saga-promise/commit/6149d8c))
+* chore: added changelog config ([50618f2](https://github.com/teroneko/redux-saga-promise/commit/50618f2))
+* refactor: ensure integrity of middleware-surpassed promise-action by introducing check of the presen ([b96e407](https://github.com/teroneko/redux-saga-promise/commit/b96e407))
+* build: updated dependencies ([b657ffa](https://github.com/teroneko/redux-saga-promise/commit/b657ffa))
-### Features
-* promise action is now typed and usable as promise ([8f7c60e](https://github.com/teroneko/redux-saga-promise/commit/8f7c60e999f954d92c1c7d4ee5675fb4e5b820fd))
+## 3.0.0 (2021-12-03)
-### BREAKING CHANGES
+* chore: release 3.0.0 ([d148fb4](https://github.com/teroneko/redux-saga-promise/commit/d148fb4))
+* feat: promise action is now typed and usable as promise ([8f7c60e](https://github.com/teroneko/redux-saga-promise/commit/8f7c60e))
+* docs: added missing createAction-equivalent case ([01ac73e](https://github.com/teroneko/redux-saga-promise/commit/01ac73e))
+* docs: fixed spelling mistakes ([c9f6960](https://github.com/teroneko/redux-saga-promise/commit/c9f6960))
+
+
+### BREAKING CHANGE
* Each promise action can now be awaited at root after it has been surpassed the promise middleware without accessing it through promiseAction.meta.promise first.
+## 2.0.2 (2021-12-02)
+
+* chore: added CHANGELOG.md ([5fe0f66](https://github.com/teroneko/redux-saga-promise/commit/5fe0f66))
+* chore: release 2.0.2 ([6949f1d](https://github.com/teroneko/redux-saga-promise/commit/6949f1d))
+* docs: fixed headline ([eeec472](https://github.com/teroneko/redux-saga-promise/commit/eeec472))
+* docs: updated keywords in package.json ([c4c2fa0](https://github.com/teroneko/redux-saga-promise/commit/c4c2fa0))
+* docs: updated README.md ([7f70061](https://github.com/teroneko/redux-saga-promise/commit/7f70061))
+
-## [2.0.2](https://github.com/teroneko/redux-saga-promise/compare/2.0.1...2.0.2) (2021-12-02)
+## 2.0.1 (2021-11-25)
+* build: release 2.0.1 ([e80d86d](https://github.com/teroneko/redux-saga-promise/commit/e80d86d))
+* docs: updated README.md to reflect latest changes ([25927af](https://github.com/teroneko/redux-saga-promise/commit/25927af))
-## [2.0.1](https://github.com/teroneko/redux-saga-promise/compare/2.0.0...2.0.1) (2021-11-25)
+## 2.0.0 (2021-11-25)
-# [2.0.0](https://github.com/teroneko/redux-saga-promise/compare/1.2.3...2.0.0) (2021-11-25)
+* build: release 2.0.0 ([f5f4aaf](https://github.com/teroneko/redux-saga-promise/commit/f5f4aaf))
+* fix: added dummy test to prevent jest error ([170c8c2](https://github.com/teroneko/redux-saga-promise/commit/170c8c2))
+* feat: replaced simple(..) and advanced(..) ([e600541](https://github.com/teroneko/redux-saga-promise/commit/e600541))
+* intermediate ([c9cd772](https://github.com/teroneko/redux-saga-promise/commit/c9cd772))
+* test: added tests for testing required payload ([245b7de](https://github.com/teroneko/redux-saga-promise/commit/245b7de))
+* test: added tests for typeof .types-members ([31146b7](https://github.com/teroneko/redux-saga-promise/commit/31146b7))
-### Bug Fixes
-* added dummy test to prevent jest error ([170c8c2](https://github.com/teroneko/redux-saga-promise/commit/170c8c2298e9261b27b80199d83a5874acd93d14))
+## 1.2.3 (2021-11-25)
+* build: release 1.2.3 ([764448c](https://github.com/teroneko/redux-saga-promise/commit/764448c))
+* refactor: types has been completely redesigned ([a896524](https://github.com/teroneko/redux-saga-promise/commit/a896524))
-### Features
-* replaced simple(..) and advanced(..) ([e600541](https://github.com/teroneko/redux-saga-promise/commit/e600541b38fb60da04b7d006f8523ab58d0f2817))
+## 1.2.2 (2021-11-14)
+* Added further hints to error messages ([f3ca9e6](https://github.com/teroneko/redux-saga-promise/commit/f3ca9e6))
+* Bump to 1.2.2 ([f1b5cd6](https://github.com/teroneko/redux-saga-promise/commit/f1b5cd6))
-## [1.2.3](https://github.com/teroneko/redux-saga-promise/compare/1.2.2...1.2.3) (2021-11-25)
+## 1.2.1 (2021-11-01)
-## [1.2.2](https://github.com/teroneko/redux-saga-promise/compare/1.2.1...1.2.2) (2021-11-14)
+* Bumped version to 1.2.1 ([de9ee5a](https://github.com/teroneko/redux-saga-promise/commit/de9ee5a))
+* Resolved and rejected actions have now typed payload ([bdc0104](https://github.com/teroneko/redux-saga-promise/commit/bdc0104))
-## [1.2.1](https://github.com/teroneko/redux-saga-promise/compare/1.2.0...1.2.1) (2021-11-01)
+## 1.2.0 (2021-11-01)
+* Bumped version to 1.2.0 ([fabd42c](https://github.com/teroneko/redux-saga-promise/commit/fabd42c))
+* Changed types.resolveValue to rtypes.resolvedValue ([2201494](https://github.com/teroneko/redux-saga-promise/commit/2201494))
+* Updated documentation ([bf9dc60](https://github.com/teroneko/redux-saga-promise/commit/bf9dc60))
-# [1.2.0](https://github.com/teroneko/redux-saga-promise/compare/1.1.0...1.2.0) (2021-11-01)
+## 1.1.0 (2021-10-29)
+* Bumped version to 1.1.0 ([571d943](https://github.com/teroneko/redux-saga-promise/commit/571d943))
+* Renamed types.action to types.triggerAction ([e5a1605](https://github.com/teroneko/redux-saga-promise/commit/e5a1605))
-# [1.1.0](https://github.com/teroneko/redux-saga-promise/compare/1.0.2...1.1.0) (2021-10-29)
+## 1.0.2 (2021-10-29)
-## 1.0.2 (2021-10-29)
+* Added LICENSE ([8c687fc](https://github.com/teroneko/redux-saga-promise/commit/8c687fc))
+* Added resolveValue to types ([40c74fb](https://github.com/teroneko/redux-saga-promise/commit/40c74fb))
+* Bump version to 1.0.2 ([e2c7b27](https://github.com/teroneko/redux-saga-promise/commit/e2c7b27))
+* Changed from build to test before publish ([0411449](https://github.com/teroneko/redux-saga-promise/commit/0411449))
+* Changed from prepublish to prepublishOnly ([b75607b](https://github.com/teroneko/redux-saga-promise/commit/b75607b))
+* implementPromiseAction supports now iterator and (async) function ([2b6ad05](https://github.com/teroneko/redux-saga-promise/commit/2b6ad05))
+* Initial commit ([8114680](https://github.com/teroneko/redux-saga-promise/commit/8114680))
+* Project is now built before pulished ([9ed9695](https://github.com/teroneko/redux-saga-promise/commit/9ed9695))
+* Updated package.json ([7890293](https://github.com/teroneko/redux-saga-promise/commit/7890293))
+* Updated README.md ([3173e57](https://github.com/teroneko/redux-saga-promise/commit/3173e57))
+* Updated README.md ([7a94366](https://github.com/teroneko/redux-saga-promise/commit/7a94366))
diff --git a/package-lock.json b/package-lock.json
index d1b1f16..56911f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@teroneko/redux-saga-promise",
- "version": "3.0.0",
+ "version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@teroneko/redux-saga-promise",
- "version": "3.0.0",
+ "version": "3.0.1",
"license": "MIT",
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
@@ -19,6 +19,7 @@
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
+ "conventional-changelog-angular": "^8.0.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
@@ -2317,16 +2318,15 @@
}
},
"node_modules/conventional-changelog-angular": {
- "version": "5.0.13",
- "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz",
- "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz",
+ "integrity": "sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA==",
"dev": true,
"dependencies": {
- "compare-func": "^2.0.0",
- "q": "^1.5.1"
+ "compare-func": "^2.0.0"
},
"engines": {
- "node": ">=10"
+ "node": ">=18"
}
},
"node_modules/conventional-changelog-atom": {
@@ -2513,6 +2513,19 @@
"semver": "bin/semver.js"
}
},
+ "node_modules/conventional-changelog/node_modules/conventional-changelog-angular": {
+ "version": "5.0.13",
+ "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz",
+ "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==",
+ "dev": true,
+ "dependencies": {
+ "compare-func": "^2.0.0",
+ "q": "^1.5.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/conventional-commits-filter": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz",
diff --git a/package.json b/package.json
index d7c5208..4273d3a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@teroneko/redux-saga-promise",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Create actions that return promises, which are resolved or rejected by a redux saga",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",