We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e333fc commit f711981Copy full SHA for f711981
2 files changed
CHANGELOG.md
@@ -6,12 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 1.0.0 - 2024-11-13
10
### Added
-
11
- Initial major release for Query Builder.
12
13
## 1.0.0-beta.0 - 2024-11-12
14
15
- Initial beta release
16
17
## 0.0.1-beta.1 - 2024-11-10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@query-builder/solid-query-builder",
3
- "version": "1.0.0-beta.0",
+ "version": "1.0.0",
4
"description": "Customizable SolidJS based Query Builder",
5
"license": "MIT",
"author": "Swapnesh Sangle",
0 commit comments