Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit cbd48df

Browse files
committed
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2019-08-11) ### 🐛 Bug Fixes * throw on invalid primitive types instead of returning undefined ([#24](#24)) ([f8e5320](f8e5320)) ### ⚠️ BREAKING CHANGES * `Spatial` renamed to `LSpatial` * `Glob` renamed to `LGlob`
1 parent f8e5320 commit cbd48df

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v4.0.0...v5.0.0) (2019-08-11)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* throw on invalid primitive types instead of returning undefined ([#24](https://github.com/holvonix-open/solr-query-io-ts/issues/24)) ([f8e5320](https://github.com/holvonix-open/solr-query-io-ts/commit/f8e5320))
7+
8+
9+
### ⚠️ BREAKING CHANGES
10+
11+
* `Spatial` renamed to `LSpatial`
12+
* `Glob` renamed to `LGlob`
13+
114
# [4.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v3.0.2...v4.0.0) (2019-08-11)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solr-query-io-ts",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "A Solr Query builder and types",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)