Skip to content

Commit

Permalink
Merge branch 'hotfix/9.0.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed Jan 24, 2024
2 parents bab1bea + 463f94a commit bd6321f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
- run: yarn install
- run: yarn run build
- run: yarn run test
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn run build
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.2] - 2024-01-24

### Fixed
- Node.js version for GitHub Actions.

## [9.0.1] - 2024-01-24

### Changed
Expand Down
32 changes: 0 additions & 32 deletions browser-upload-test.html

This file was deleted.

4 changes: 0 additions & 4 deletions notes.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forge-server-utils",
"version": "9.0.1",
"version": "9.0.2",
"description": "Tools for accessing Autodesk Forge APIs from Node.js apps and from browser.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit bd6321f

Please sign in to comment.