chore: release v1.1.1

This commit is contained in:
Nicola Zambello 2022-02-22 01:46:48 +01:00
parent ea9fdeb5f5
commit 4761f0c25c
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
### [1.1.1](https://github.com/nzambello/explit/compare/v1.1.0...v1.1.1) (2022-02-22)
### Maintenance
* disable gh action ([96c66b0](https://github.com/nzambello/explit/commit/96c66b0d1a6425cf278889536323e3173b10b468))
## [1.1.0](https://github.com/nzambello/explit/compare/v1.0.0...v1.1.0) (2022-02-22) ## [1.1.0](https://github.com/nzambello/explit/compare/v1.0.0...v1.1.0) (2022-02-22)

View file

@ -47,5 +47,5 @@
"node": ">=14" "node": ">=14"
}, },
"sideEffects": false, "sideEffects": false,
"version": "1.1.0" "version": "1.1.1"
} }