Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 10, 2024
1 parent c9a7413 commit baacfb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.1 (2024-05-10)
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posva/event-emitter",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"description": "Type safe and light event emitter / pubsub class",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -65,6 +65,8 @@
"docs": "typedoc",
"build": "tsup",
"test": "vitest --ui --coverage --typecheck",
"prepublish": "pnpm run build",
"release": "standard-version",
"size": "size-limit"
},
"size-limit": [
Expand All @@ -78,6 +80,7 @@
"@vitest/coverage-v8": "2.0.0-beta.2",
"@vitest/ui": "2.0.0-beta.2",
"size-limit": "^11.1.3",
"standard-version": "^9.5.0",
"tsup": "^8.0.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
Expand Down

0 comments on commit baacfb3

Please sign in to comment.