Skip to content

Commit 5b96bbd

Browse files
committed
Release 1.1.1
1 parent 8db9a23 commit 5b96bbd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.1.1](https://github.com/simplyhexagonal/mono-context/compare/1.1.0...1.1.1)
8+
9+
- chore: build dist for release [`8db9a23`](https://github.com/simplyhexagonal/mono-context/commit/8db9a23b55e4b1e49b456ca3a4f33b6df221aad5)
10+
- docs: fix import typo [`5d098c0`](https://github.com/simplyhexagonal/mono-context/commit/5d098c0cfc8e63c94bfa80f95ce13ec2a22d3d62)
11+
712
#### [1.1.0](https://github.com/simplyhexagonal/mono-context/compare/1.0.0...1.1.0)
813

14+
> 14 October 2021
15+
916
- chore: build dist for release [`9bbb746`](https://github.com/simplyhexagonal/mono-context/commit/9bbb746135432863530d72cd5d66e5da48e8ba33)
1017
- chore: split count reset function in two [`5737855`](https://github.com/simplyhexagonal/mono-context/commit/57378550be483846421cbb4638e81643e5d222fe)
1118
- feat: add ability to reset state and count [`3f8917b`](https://github.com/simplyhexagonal/mono-context/commit/3f8917b9a38af2c30c121d0cf3d774e0508cb783)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplyhexagonal/mono-context",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Global context to easily share data between monorepo packages",
55
"private": false,
66
"main": "dist/mono-context.js",

0 commit comments

Comments
 (0)