Skip to content

Commit

Permalink
Release version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Nov 23, 2023
1 parent 0b779b9 commit 28e26c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
#### 1.0.2 (2023-11-23)

##### Chores

* upgrade dep (ca9dfece)
* bump version of fetch-mocked (ed77ccad)
* **deps-dev:** bump crypto-js from 4.1.1 to 4.2.0 (1c9c124e)

##### Documentation Changes

* whitespace issue (ade8a2c6)

##### New Features

* move to exports map in package json and upgrade deps (0b779b96)

##### Refactors

* use node-fetch polyfil from fetch-mocked (f62e959c)

#### 1.0.1 (2023-10-17)

##### Documentation Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getta",
"description": "An isomorphic rest client based on the Fetch API.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/getta",
Expand Down

0 comments on commit 28e26c2

Please sign in to comment.