Skip to content

Commit 0825fc9

Browse files
committed
Bump version
1 parent 5b207d5 commit 0825fc9

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,23 @@ and this project adheres to
1010

1111
### Added
1212

13-
- Add module version to the `source` parameter.
14-
1513
### Changed
1614

17-
- Update deploy flow to be triggered by a change in `version.ts`.
18-
1915
### Fixed
2016

2117
### Removed
2218

19+
## [0.0.11] - 2023-01-05
20+
21+
### Added
22+
23+
- Add module version to the `source` parameter.
24+
25+
### Changed
26+
27+
- Update deploy flow to be triggered by a change in `version.ts`.
28+
- Update development dependencies.
29+
2330
## [0.0.10] - 2023-01-03
2431

2532
### Added
@@ -100,7 +107,8 @@ The API signatures of all functions are as follows:
100107
- `getAccount(parameters?, callback?)`
101108
- `getLocations(parameters?, callback?)`
102109

103-
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.10...HEAD
110+
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.11...HEAD
111+
[0.0.11]: https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11
104112
[0.0.10]: https://github.com/serpapi/serpapi-javascript/compare/0.0.9...0.0.10
105113
[0.0.9]: https://github.com/serpapi/serpapi-javascript/compare/0.0.8...0.0.9
106114
[0.0.8]: https://github.com/serpapi/serpapi-javascript/compare/0.0.7...0.0.8

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*
55
* Changing this value creates a new release.
66
*/
7-
export const version = "0.0.10";
7+
export const version = "0.0.11";

0 commit comments

Comments
 (0)