Skip to content

Commit 7f33d59

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.0...1.1.0) (2023-05-02) ### Features * use external validation for token ([1928b53](1928b53)) ### Performance Improvements * **parse:** optimize regex pattern ([b86dcd6](b86dcd6)) * **parse:** remove complex regex pattern ([dbed45b](dbed45b)) * **parse:** simplify regex pattern ([9af9114](9af9114))
1 parent 8aa443c commit 7f33d59

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.1.0](https://github.com/httpland/authorization-parser/compare/1.0.0...1.1.0) (2023-05-02)
2+
3+
4+
### Features
5+
6+
* use external validation for token ([1928b53](https://github.com/httpland/authorization-parser/commit/1928b535d796de70988bd792be4d423d8e4ec0e5))
7+
8+
9+
### Performance Improvements
10+
11+
* **parse:** optimize regex pattern ([b86dcd6](https://github.com/httpland/authorization-parser/commit/b86dcd6c5a5a8c88fbd0808b0775e5565870bdd0))
12+
* **parse:** remove complex regex pattern ([dbed45b](https://github.com/httpland/authorization-parser/commit/dbed45bc16066302a38393292fd5906641a94223))
13+
* **parse:** simplify regex pattern ([9af9114](https://github.com/httpland/authorization-parser/commit/9af9114094ff5afe406a0bcda4437fa646b49ef2))
14+
115
# [1.1.0-beta.3](https://github.com/httpland/authorization-parser/compare/1.1.0-beta.2...1.1.0-beta.3) (2023-05-02)
216

317

0 commit comments

Comments
 (0)