Skip to content

Commit

Permalink
Merge pull request #21 from darkmavis1980/bugfix/add-missing-dependency
Browse files Browse the repository at this point in the history
Bugfix/add missing dependency
  • Loading branch information
darkmavis1980 authored Mar 12, 2023
2 parents 2559ccb + 86e49af commit bb42d62
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [v0.5.0](https://github.com/darkmavis1980/px-converter/compare/v0.5.0-next.1...v0.5.0)
## [v0.5.1](https://github.com/darkmavis1980/px-converter/compare/v0.5.0...v0.5.1)

### Merged

- Feature/remove oclif [`#20`](https://github.com/darkmavis1980/px-converter/pull/20)

### Commits

- Adding missing dependency [`1ad584e`](https://github.com/darkmavis1980/px-converter/commit/1ad584e667c85c416d41411421b13b5a816f7f04)

## [v0.5.0](https://github.com/darkmavis1980/px-converter/compare/v0.5.0-next.1...v0.5.0) - 2023-03-12

## [v0.5.0-next.1](https://github.com/darkmavis1980/px-converter/compare/v0.5.0-next.0...v0.5.0-next.1) - 2023-03-12

Expand Down
37 changes: 16 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "px-converter",
"version": "0.5.0",
"version": "0.5.1",
"author": "Alessio Michelini",
"bin": {
"px-converter": "./bin/run"
},
"bugs": "https://github.com/darkmavis1980/px-converter/issues",
"dependencies": {
"commander": "^10.0.0",
"inquirer": "^8.2.5",
"tslib": "^2.5.0"
},
Expand Down

0 comments on commit bb42d62

Please sign in to comment.