Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2022-07-24)

### Bug Fixes

* swap lru-native to a lru-cache library ([#12](#12)) ([ba8ef4a](ba8ef4a))
  • Loading branch information
semantic-release-bot committed Jul 24, 2022
1 parent ba8ef4a commit b917b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-bus",
"version": "1.1.0",
"version": "1.1.1",
"description": "Typed bus for internal or external communications, handy for Event Sourcing",
"main": "index.js",
"author": "Konstanin Knyazev <[email protected]>",
Expand Down Expand Up @@ -52,4 +52,4 @@
"lru-cache": "^7.13.1",
"reflect-metadata": "^0.1.13"
}
}
}

0 comments on commit b917b9f

Please sign in to comment.