Skip to content

Commit

Permalink
Version Packages (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Curtis Dulmage <[email protected]>
  • Loading branch information
3 people authored Jan 30, 2023
1 parent e720e2b commit 67e7fd8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-hairs-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-eagles-dream.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# emitten

## 0.3.0

### Minor Changes

- 591f16d: Prefer variadic listener arguments.
- Remove `.disposable()` method. Now returning the `dispose` function from `.on()`.

### Patch Changes

- e720e2b: New EmittenCommon for easier extension.

## 0.2.0

### Minor Changes
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": "emitten",
"version": "0.2.0",
"version": "0.3.0",
"description": "Barebones TypeScript event emitter",
"author": "Curtis Dulmage",
"license": "ISC",
Expand Down

0 comments on commit 67e7fd8

Please sign in to comment.