Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalpiotrowski committed Mar 17, 2024
1 parent 914f2fa commit bf689be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
uses: actions/checkout@v4.1.2
- name: Set up Node.js
uses: actions/setup-node@main
uses: actions/setup-node@v4.0.2
with:
node-version: 20
- name: Publish if version has been updated
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": "agrona",
"version": "0.1.4",
"version": "0.1.5",
"description": "TypeScript version of agrona DirectBuffer to use with Simple Binary Encoding",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bf689be

Please sign in to comment.