Skip to content

Commit

Permalink
Bump v1 to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Apr 25, 2024
1 parent 5370e9b commit f727043
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: '8.x'
registry-url: 'https://registry.npmjs.com'
- run: npm i
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - run: npm i
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> **Important:**
> Versions 1.X.X and earlier of this package are no longer supported. For new features and support, please upgrade to [the latest version](https://www.npmjs.com/package/asana).
>
>To view sample code for version 1, select the `node-sdk-v1` tab on a specific endpoint's page in the [Asana API reference](https://developers.asana.com/reference/rest-api-reference), or check the [v1 samples](https://github.com/Asana/node-asana/tree/v1.0.4/samples) directory on GitHub.
>To view sample code for version 1, select the `node-sdk-v1` tab on a specific endpoint's page in the [Asana API reference](https://developers.asana.com/reference/rest-api-reference), or check the [v1 samples](https://github.com/Asana/node-asana/tree/v1.0.5/samples) directory on GitHub.
A JavaScript client (for both Node and browser) for the Asana API v1.0.

Expand All @@ -13,20 +13,20 @@ A JavaScript client (for both Node and browser) for the Asana API v1.0.
Install with npm:

```sh
npm install asana@1.0.4 --save
npm install asana@1.0.5 --save
```

### Browser

Include the v1.0.4 release directly from GitHub.
Include the v1.0.5 release directly from GitHub.

```html
<script src="https://github.com/Asana/node-asana/releases/download/v1.03/asana-min.js"></script>
```

**OR:**

1. Download the v1.0.4 distribution in [releases](https://github.com/Asana/node-asana/releases).
1. Download the v1.0.5 distribution in [releases](https://github.com/Asana/node-asana/releases).
2. Make sure to serve it from your webserver.
3. Include it on the client from a `<script>` tag.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asana",
"main": "dist/asana.js",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/Asana/node-asana",
"authors": [
"Greg Slovacek <greg@asana.com>",
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": "asana",
"version": "1.0.4",
"version": "1.0.5",
"description": "Official NodeJS and BrowserJS client for the Asana API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f727043

Please sign in to comment.