File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44 *
55 * Changing this value creates a new release.
66 */
7- export const version = "0.0.12 " ;
7+ export const version = "0.0.13 " ;
You can’t perform that action at this time.
0 commit comments