File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ and this project adheres to
1010
1111### Added
1212
13+ ### Changed
14+
15+ ### Fixed
16+
17+ ### Removed
18+
19+ ## [ 1.0.0] - 2023-01-19
20+
21+ ### Added
22+
1323- Add pagination support for ` getJson ` .
1424- Export error classes.
1525- Add examples.
@@ -24,10 +34,6 @@ and this project adheres to
2434- [ Google Trends] Refine ` tz ` parameter documentation.
2535- [ Google] Refine ` start ` parameter documentation.
2636
27- ### Fixed
28-
29- ### Removed
30-
3137## [ 0.0.13] - 2023-01-13
3238
3339### Fixed
@@ -135,7 +141,8 @@ The API signatures of all functions are as follows:
135141- ` getAccount(parameters?, callback?) `
136142- ` getLocations(parameters?, callback?) `
137143
138- [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.13...HEAD
144+ [ unreleased ] : https://github.com/serpapi/serpapi-javascript/compare/1.0.0...HEAD
145+ [ 1.0.0 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.13...1.0.0
139146[ 0.0.13 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13
140147[ 0.0.12 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.11...0.0.12
141148[ 0.0.11 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11
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.13 " ;
7+ export const version = "1 .0.0 " ;
You can’t perform that action at this time.
0 commit comments