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,13 +12,19 @@ and this project adheres to
1212
1313### Changed
1414
15- - Exclude Deno and DOMException from distribution shim.
16- - Refine retrieval of Node/Deno version.
17-
1815### Fixed
1916
2017### Removed
2118
19+ ## [ 1.1.1] - 2023-02-15
20+
21+ ### Added
22+
23+ ### Changed
24+
25+ - Exclude Deno and DOMException from distribution shim.
26+ - Refine retrieval of Node/Deno version.
27+
2228## [ 1.1.0] - 2023-02-02
2329
2430### Added
@@ -150,7 +156,8 @@ The API signatures of all functions are as follows:
150156- ` getAccount(parameters?, callback?) `
151157- ` getLocations(parameters?, callback?) `
152158
153- [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/1.1.0...HEAD
159+ [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/1.1.1...HEAD
160+ [ 1.1.1 ] : https://github.com/serpapi/serpapi-javascript/compare/1.1.0...1.1.1
154161[ 1.1.0 ] : https://github.com/serpapi/serpapi-javascript/compare/1.0.0...1.1.0
155162[ 1.0.0 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.13...1.0.0
156163[ 0.0.13 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13
Original file line number Diff line number Diff line change 44 *
55 * Changing this value creates a new release.
66 */
7- export const version = "1.1.0 " ;
7+ export const version = "1.1.1 " ;
You can’t perform that action at this time.
0 commit comments