Skip to content

Commit 09dcec9

Browse files
authored
Merge pull request #10 from saw-jan/chore/release-2.0.1
chore: prepare release 2.0.1
2 parents 0163315 + bc18831 commit 09dcec9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16-
## [2.0.0] - 2024-02-28
16+
## [2.0.1] - 2024-05-24
17+
18+
### Fixed
19+
20+
- get requests doesn't pass query params correctly (https://github.com/saw-jan/teamup-client/pull/9)
21+
22+
## [2.0.0] - 2024-05-23
1723

1824
### Added
1925

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sawjan/teamup-client",
33
"description": "Simple client for Teamup calendar API",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"main": "./lib/index.js",
66
"author": "Sawjan G. <[email protected]> (https://sajang.com.np)",
77
"license": "MIT",

0 commit comments

Comments
 (0)