File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ and this project adheres to
16
16
17
17
### Removed
18
18
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
+
19
29
## [ 0.0.11] - 2023-01-05
20
30
21
31
### Added
@@ -107,7 +117,8 @@ The API signatures of all functions are as follows:
107
117
- ` getAccount(parameters?, callback?) `
108
118
- ` getLocations(parameters?, callback?) `
109
119
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
111
122
[ 0.0.11 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.10...0.0.11
112
123
[ 0.0.10 ] : https://github.com/serpapi/serpapi-javascript/compare/0.0.9...0.0.10
113
124
[ 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 4
4
*
5
5
* Changing this value creates a new release.
6
6
*/
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