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

Commit 82bd0c7

Browse files
committed
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.2...v4.0.0) (2019-08-11) ### 🌟🚀 Features * typesafe query element functions ([#23](#23)) ([cca5047](cca5047)) ### ⚠️ BREAKING CHANGES * old `[Some]Term.get([PrimitiveCodec])!` now becomes `[SomeTerm]([PrimitiveCodec])` and is now properly type-checked
1 parent cca5047 commit 82bd0c7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v3.0.2...v4.0.0) (2019-08-11)
2+
3+
4+
### 🌟🚀 Features
5+
6+
* typesafe query element functions ([#23](https://github.com/holvonix-open/solr-query-io-ts/issues/23)) ([cca5047](https://github.com/holvonix-open/solr-query-io-ts/commit/cca5047))
7+
8+
9+
### ⚠️ BREAKING CHANGES
10+
11+
* old `[Some]Term.get([PrimitiveCodec])!` now becomes `[SomeTerm]([PrimitiveCodec])` and is now properly type-checked
12+
113
## [3.0.2](https://github.com/holvonix-open/solr-query-io-ts/compare/v3.0.1...v3.0.2) (2019-08-10)
214

315

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": "3.0.2",
3+
"version": "4.0.0",
44
"description": "A Solr Query builder and types",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)