Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2022-06-24)

### Bug Fixes

* **Table:** remove debugging console.log ([3abd765](3abd765))
* **Table:** use arrays to denote composite primary keys instead of objects ([072696d](072696d))
  • Loading branch information
semantic-release-bot committed Jun 24, 2022
1 parent 3abd765 commit 89d1386
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.5](https://github.com/soliantconsulting/fm-odata-client/compare/v1.0.4...v1.0.5) (2022-06-24)


### Bug Fixes

* **Table:** remove debugging console.log ([3abd765](https://github.com/soliantconsulting/fm-odata-client/commit/3abd765d53d1b59d3ad292e6d3df457050b7e358))
* **Table:** use arrays to denote composite primary keys instead of objects ([072696d](https://github.com/soliantconsulting/fm-odata-client/commit/072696d34bdedd420e22967e34efb2dbe0a64467))

## [1.0.4](https://github.com/soliantconsulting/fm-odata-client/compare/v1.0.3...v1.0.4) (2022-06-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fm-odata-client",
"version": "1.0.4",
"version": "1.0.5",
"description": "FileMaker OData client developed by Soliant Consulting",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 89d1386

Please sign in to comment.