Skip to content

Commit 3f2d005

Browse files
committed
🔖 Version 1.3.2
1 parent fcfbb35 commit 3f2d005

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
<a name="1.3.2"></a>
4+
## 1.3.2 (2022-07-19)
5+
6+
### Added
7+
8+
- ✨ Add information about internal promise state [[18c7590](https://github.com/Tomas2D/promise-based-task/commit/18c7590636b3e82a28091c67751ab2de722ad495)]
9+
10+
### Changed
11+
12+
- 🔧 Setup Dependabot auto updates [[1df1086](https://github.com/Tomas2D/promise-based-task/commit/1df10865ea71efbec9a0ed4608ee50916904adcc)]
13+
14+
### Fixed
15+
16+
- 🐛 Handle &quot;undefined&quot; as immediately resolve value [[6dae07c](https://github.com/Tomas2D/promise-based-task/commit/6dae07cb8305d02f31ec52d5255622579176ef3c)]
17+
- 🐛 Add missing implementation for [Symbol.toStringTag] [[2440489](https://github.com/Tomas2D/promise-based-task/commit/2440489fd5a6123569959c27ff84799f8ad53f66)]
18+
19+
### Miscellaneous
20+
21+
- Merge pull request [#13](https://github.com/Tomas2D/promise-based-task/issues/13) from Tomas2D/dependabot/npm_and_yarn/eslint-8.20.0 [[fcfbb35](https://github.com/Tomas2D/promise-based-task/commit/fcfbb355b5a700bdf0d057dd7472376d141e94c9)]
22+
- Merge pull request [#15](https://github.com/Tomas2D/promise-based-task/issues/15) from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.7 [[0f94879](https://github.com/Tomas2D/promise-based-task/commit/0f94879b971ff71ada410b77c0cb8b86fbf6307f)]
23+
- Bump @typescript-eslint/parser from 5.30.6 to 5.30.7 [[f9b5cc1](https://github.com/Tomas2D/promise-based-task/commit/f9b5cc1428e1a2fd2f27d5100a348b5623b3a22e)]
24+
- Bump eslint from 8.5.0 to 8.20.0 [[b69f521](https://github.com/Tomas2D/promise-based-task/commit/b69f521376461bbaf52c388581b94af933d84043)]
25+
- Merge pull request [#5](https://github.com/Tomas2D/promise-based-task/issues/5) from Tomas2D/dependabot/npm_and_yarn/typescript-4.7.4 [[1d73b2b](https://github.com/Tomas2D/promise-based-task/commit/1d73b2b019cd3b3366f440e345851bdc564863b6)]
26+
- Merge pull request [#4](https://github.com/Tomas2D/promise-based-task/issues/4) from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.6 [[a4650d5](https://github.com/Tomas2D/promise-based-task/commit/a4650d52b53867d19afa3460c9b3d499f5a9eea6)]
27+
- Bump typescript from 4.5.4 to 4.7.4 [[7ce9c1d](https://github.com/Tomas2D/promise-based-task/commit/7ce9c1d291f1c3fe94814f269cb4bc7093265571)]
28+
- Merge pull request [#10](https://github.com/Tomas2D/promise-based-task/issues/10) from Tomas2D/dependabot/npm_and_yarn/lint-staged-13.0.3 [[640da7c](https://github.com/Tomas2D/promise-based-task/commit/640da7c2468a988a320e2a74173513b6e06510ac)]
29+
- Merge pull request [#7](https://github.com/Tomas2D/promise-based-task/issues/7) from Tomas2D/dependabot/npm_and_yarn/eslint-config-prettier-8.5.0 [[b1ef6f3](https://github.com/Tomas2D/promise-based-task/commit/b1ef6f334464cb9e3401f9533919c2053be37d34)]
30+
- Merge pull request [#8](https://github.com/Tomas2D/promise-based-task/issues/8) from Tomas2D/dependabot/npm_and_yarn/prettier-2.7.1 [[0604515](https://github.com/Tomas2D/promise-based-task/commit/060451517c544112789660214522e1a3b2ecc528)]
31+
- Bump lint-staged from 12.1.4 to 13.0.3 [[2b68563](https://github.com/Tomas2D/promise-based-task/commit/2b68563542980559f59d50ecb96279d9a7609ecd)]
32+
- Bump prettier from 2.5.1 to 2.7.1 [[95e0cf6](https://github.com/Tomas2D/promise-based-task/commit/95e0cf6a4ac97c0d6517ad2c55f01415a70d128d)]
33+
- Bump eslint-config-prettier from 8.3.0 to 8.5.0 [[77cfb3e](https://github.com/Tomas2D/promise-based-task/commit/77cfb3e4170eb93a17c74cd5b4c4c878610bff21)]
34+
- Merge pull request [#3](https://github.com/Tomas2D/promise-based-task/issues/3) from Tomas2D/dependabot/npm_and_yarn/husky-8.0.1 [[6f68d6e](https://github.com/Tomas2D/promise-based-task/commit/6f68d6edd4acec4cfc0b57da8c12a6abae5ace07)]
35+
- Merge pull request [#6](https://github.com/Tomas2D/promise-based-task/issues/6) from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.30.6 [[b0e38fc](https://github.com/Tomas2D/promise-based-task/commit/b0e38fc2dc17923a596c1a98b0c728fd30ab0d06)]
36+
- Bump @typescript-eslint/parser from 5.8.1 to 5.30.6 [[4166ffe](https://github.com/Tomas2D/promise-based-task/commit/4166ffe1bb729e83ec651e784c36941e5bdadf63)]
37+
- Bump @typescript-eslint/eslint-plugin from 5.8.1 to 5.30.6 [[0e14283](https://github.com/Tomas2D/promise-based-task/commit/0e1428308dbca16e7652ab3a55e12805a44ae3eb)]
38+
- Bump husky from 7.0.4 to 8.0.1 [[7c465ba](https://github.com/Tomas2D/promise-based-task/commit/7c465ba747e83b66cf053ab22de8a81d315a144d)]
39+
40+
341
<a name="1.3.1"></a>
442
## 1.3.1 (2022-07-04)
543

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"promise based task",
88
"promise task map"
99
],
10-
"version": "1.3.1",
10+
"version": "1.3.2",
1111
"main": "./lib/index.js",
1212
"types": "./lib/index.d.ts",
1313
"files": [

0 commit comments

Comments
 (0)