Skip to content

Commit

Permalink
Merge pull request #1 from coderhammer/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
coderhammer authored Jul 4, 2023
2 parents 1e88fe1 + 28d0a44 commit 4d62e87
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-fishes-promise.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hammerbot/express-concurrent

## 0.0.3

### Patch Changes

- 1e88fe1: Fix typescript cjs export

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hammerbot/express-concurrent",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"description": "A middleware to control maximum concurrent requests through an express app",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 4d62e87

Please sign in to comment.