File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ and this project adheres to
10
10
11
11
### Added
12
12
13
+ ### Changed
14
+
15
+ ### Fixed
16
+
17
+ ### Removed
18
+
19
+ ## [ 1.0.0] - 2023-01-19
20
+
21
+ ### Added
22
+
13
23
- Add pagination support for ` getJson ` .
14
24
- Export error classes.
15
25
- Add examples.
@@ -24,10 +34,6 @@ and this project adheres to
24
34
- [ Google Trends] Refine ` tz ` parameter documentation.
25
35
- [ Google] Refine ` start ` parameter documentation.
26
36
27
- ### Fixed
28
-
29
- ### Removed
30
-
31
37
## [ 0.0.13] - 2023-01-13
32
38
33
39
### Fixed
@@ -135,7 +141,8 @@ The API signatures of all functions are as follows:
135
141
- ` getAccount(parameters?, callback?) `
136
142
- ` getLocations(parameters?, callback?) `
137
143
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
139
146
[ 0.0.13 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.12...0.0.13
140
147
[ 0.0.12 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.11...0.0.12
141
148
[ 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 4
4
*
5
5
* Changing this value creates a new release.
6
6
*/
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