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

Commit 4815975

Browse files
committed
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.0.0...v6.0.0) (2019-08-14) ### 🌟🚀 Features * implement simple query model for user-provided input ([0c99875](0c99875)) ### 🐛 Bug Fixes * enforce arrays of types to be readonly ([fe8f833](fe8f833)) * make all types shallow immutable ([260f218](260f218)) ### 📖 Documentation * delete legacy bug template ([b05fa50](b05fa50)) ### 🧦 Miscellaneous * **deps-dev:** bump @holvonix-open/release-config-js ([#26](#26)) ([a36e00c](a36e00c)) * stale settings ([29f8ad1](29f8ad1)) * **deps-dev:** bump @holvonix-open/release-config-js ([#27](#27)) ([0179a3e](0179a3e)) ### ⚠️ BREAKING CHANGES * all types are now shallow immutable (Readonly<>)
1 parent 0c99875 commit 4815975

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [6.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v5.0.0...v6.0.0) (2019-08-14)
2+
3+
4+
### 🌟🚀 Features
5+
6+
* implement simple query model for user-provided input ([0c99875](https://github.com/holvonix-open/solr-query-io-ts/commit/0c99875))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* enforce arrays of types to be readonly ([fe8f833](https://github.com/holvonix-open/solr-query-io-ts/commit/fe8f833))
12+
* make all types shallow immutable ([260f218](https://github.com/holvonix-open/solr-query-io-ts/commit/260f218))
13+
14+
15+
### 📖 Documentation
16+
17+
* delete legacy bug template ([b05fa50](https://github.com/holvonix-open/solr-query-io-ts/commit/b05fa50))
18+
19+
20+
### 🧦 Miscellaneous
21+
22+
* **deps-dev:** bump @holvonix-open/release-config-js ([#26](https://github.com/holvonix-open/solr-query-io-ts/issues/26)) ([a36e00c](https://github.com/holvonix-open/solr-query-io-ts/commit/a36e00c))
23+
* stale settings ([29f8ad1](https://github.com/holvonix-open/solr-query-io-ts/commit/29f8ad1))
24+
* **deps-dev:** bump @holvonix-open/release-config-js ([#27](https://github.com/holvonix-open/solr-query-io-ts/issues/27)) ([0179a3e](https://github.com/holvonix-open/solr-query-io-ts/commit/0179a3e))
25+
26+
27+
### ⚠️ BREAKING CHANGES
28+
29+
* all types are now shallow immutable (Readonly<>)
30+
131
# [5.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v4.0.0...v5.0.0) (2019-08-11)
232

333

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

0 commit comments

Comments
 (0)