Skip to content

Commit

Permalink
release(0.2.9): Release typescript-fetch SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Aug 16, 2024
1 parent 36e1898 commit 378c709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @emergentmethods/asknews-typescript-sdk@0.2.8
## @emergentmethods/asknews-typescript-sdk@0.2.9

Typescript SDK for the AskNews API.
This SDK utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
Expand All @@ -21,7 +21,7 @@ It can be used in both TypeScript and JavaScript. In TypeScript, the definition
### Installation

```
npm install @emergentmethods/[email protected].8 --save
npm install @emergentmethods/[email protected].9 --save
```

## Usage
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": "@emergentmethods/asknews-typescript-sdk",
"version": "0.2.8",
"version": "0.2.9",
"description": "Typescript SDK for AskNews API",
"author": "Emergent Methods <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 378c709

Please sign in to comment.