Skip to content

Commit

Permalink
Merge branch 'release/v1.0.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Apr 16, 2021
2 parents 606295f + 8baef60 commit 83c781d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v1.0.5](https://github.com/konfer-be/cliam/compare/v1.0.4...v1.0.5)
## [v1.0.6](https://github.com/konfer-be/cliam/compare/v1.0.5...v1.0.6)

### Commits

- Fix declaration [`26424e4`](https://github.com/konfer-be/cliam/commit/26424e4f8688bc4dcfa86105be73c027152fb6f9)

## [v1.0.5](https://github.com/konfer-be/cliam/compare/v1.0.4...v1.0.5) - 2021-04-16

### Commits

- Typing Cliam root instance [`2a988f5`](https://github.com/konfer-be/cliam/commit/2a988f5ab50630a0dadb0355474acdea9d4e97a8)
- Update changelog [`52d8b51`](https://github.com/konfer-be/cliam/commit/52d8b51ac895a293e9b31732d57b64371b405ce2)

## [v1.0.4](https://github.com/konfer-be/cliam/compare/v1.0.3...v1.0.4) - 2021-04-16

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": "cliam",
"version": "1.0.5",
"version": "1.0.6",
"engines": {
"node": ">=14.16"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": "./src",
"lib": ["dom", "esNext"],
"target": "esNext",
"declaration": true,
"declaration": false,
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit 83c781d

Please sign in to comment.