Skip to content

Commit 90e1f80

Browse files
committed
Bump version
1 parent 3473d6b commit 90e1f80

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff 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

version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*
55
* Changing this value creates a new release.
66
*/
7-
export const version = "0.0.11";
7+
export const version = "0.0.12";

0 commit comments

Comments
 (0)