File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ and this project adheres to
1616
1717### Removed
1818
19+ ## [ 0.0.12] - 2023-01-09
20+
21+ ### Changed
22+
23+ - Minor refactoring of validators.
24+
25+ ### Fixed
26+
27+ - Ensure engine parameter type exports are not exported in the JS ESM module.
28+
1929## [ 0.0.11] - 2023-01-05
2030
2131### Added
@@ -107,7 +117,8 @@ The API signatures of all functions are as follows:
107117- ` getAccount(parameters?, callback?) `
108118- ` getLocations(parameters?, callback?) `
109119
110- [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.11...HEAD
120+ [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.12...HEAD
121+ [ 0.0.12 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.11...0.0.12
111122[ 0.0.11 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11
112123[ 0.0.10 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.9...0.0.10
113124[ 0.0.9 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.8...0.0.9
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.11 " ;
7+ export const version = "0.0.12 " ;
You can’t perform that action at this time.
0 commit comments