Skip to content

Commit

Permalink
bump to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scheiblr committed Sep 4, 2024
1 parent 97be04f commit 6a6f0e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Find all notable changes of this project in this file.

## v2.4.1 - 2024-09-04
### Improvements
- updated/fixed README.md

## v2.4.0 - 2024-09-04
### Fixes
- [#166](https://github.com/raphiniert-com/ra-data-postgrest/pull/166) Fix update fails when nothing is changed @[fzaninotto](https://github.com/fzaninotto)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ npm install --save @raphiniert/ra-data-postgrest
```

## Citation
If you use the PostgREST Data Provider in your research or project, please consider citing the (our paper)[https://www.sciencedirect.com/science/article/pii/S2665963824000873]. Feel free to include the following BibTeX entry in your publications:
If you use the PostgREST Data Provider in your research or project, please consider citing the corresponding [paper](https://www.sciencedirect.com/science/article/pii/S2665963824000873). Feel free to include the following BibTeX entry in your publications:

```bibtex
@article{SCHEIBLE2024100699,
title = {PostgREST Data Provider for React-Admin: Bootstrap the creation of user interfaces on top of PostgreSQL databases},
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": "@raphiniert/ra-data-postgrest",
"version": "2.4.0",
"version": "2.4.1",
"description": "postgREST data provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 6a6f0e7

Please sign in to comment.