Skip to content

Commit

Permalink
update version and export parametertype
Browse files Browse the repository at this point in the history
  • Loading branch information
xiadevisser committed Jun 6, 2022
1 parent 1a8a841 commit 32e8780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-builder-odata",
"version": "1.3.0",
"version": "1.5.0",
"keywords": [
"odata",
"odata v4",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { QueryBuilder } from './query-builder';
export { FilterBuilder } from './filter-builder';
export { ParameterType } from './constants';

0 comments on commit 32e8780

Please sign in to comment.