Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Nov 18, 2022
1 parent 2abe7ff commit 4eefdd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [1.1.2](https://github.com/marcocesarato/dotenv-mono/compare/v1.1.1...v1.1.2) (2022-11-18)

### Bug Fixes

- add explicit typing on shortcut functions ([2abe7ff](https://github.com/marcocesarato/dotenv-mono/commit/2abe7ffeee1e54169a6c0d255e19539b4b41bafa))

### [1.1.1](https://github.com/marcocesarato/dotenv-mono/compare/v1.1.0...v1.1.1) (2022-11-14)

### Docs
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": "dotenv-mono",
"version": "1.1.1",
"version": "1.1.2",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4eefdd1

Please sign in to comment.