Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Mar 12, 2024
1 parent 05175d4 commit c11b993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@jpwilliams/waitgroup",
"version": "2.1.1",
"version": "2.1.2",
"exports": "./src/index.ts",
"publish": {
"include": ["src", "LICENSE", "README.md", "package.json", "jsr.json"],
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": "@jpwilliams/waitgroup",
"version": "2.1.1",
"version": "2.1.2",
"description": "A tiny version of Golang's WaitGroup with typings, promises, and zero dependencies.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c11b993

Please sign in to comment.