Skip to content

Commit

Permalink
Merge pull request #16 from devsgnr/v0.3.6-alpha
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
devsgnr authored Jan 25, 2024
2 parents de99f1c + 5dd13ba commit 40607bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### **January 25th, 2024 - v0.3.5-alpha**
### **January 25th, 2024 - v0.3.6-alpha**

- `Breadroll.open.https(url: string, headers?: Headers): Promise<Dataframe>` This function fetches and return a file via a URL over https, with a default `GET` method, with optional provision for custom headers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadroll",
"version": "0.3.5-alpha",
"version": "0.3.6-alpha",
"author": {
"name": "devsgnr",
"url": "https://github.com/devsgnr",
Expand Down

0 comments on commit 40607bc

Please sign in to comment.