Skip to content

Commit 1ad75a8

Browse files
committed
Bump version
1 parent bb91f22 commit 1ad75a8

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ and this project adheres to
1212

1313
### Changed
1414

15-
- Refine type exports.
16-
1715
### Fixed
1816

1917
### Removed
2018

19+
## [0.0.13] - 2023-01-13
20+
21+
### Fixed
22+
23+
- Ensure engine parameter type exports actually appear in the npm module.
24+
2125
## [0.0.12] - 2023-01-09
2226

2327
### Changed
@@ -119,7 +123,8 @@ The API signatures of all functions are as follows:
119123
- `getAccount(parameters?, callback?)`
120124
- `getLocations(parameters?, callback?)`
121125

122-
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.12...HEAD
126+
[unreleased]: https://github.com/serpapi/serpapi-javascript/compare/0.0.13...HEAD
127+
[0.0.13]: https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13
123128
[0.0.12]: https://github.com/serpapi/serpapi-javascript/compare/0.0.11...0.0.12
124129
[0.0.11]: https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11
125130
[0.0.10]: https://github.com/serpapi/serpapi-javascript/compare/0.0.9...0.0.10

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.12";
7+
export const version = "0.0.13";

0 commit comments

Comments
 (0)