Skip to content

Commit

Permalink
Fix #4: add missing json files + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imranMnts committed Nov 22, 2022
1 parent e3a3b7f commit bd57133
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog (Current version: 3.0.2)

### Version 3.0.2

Fixes
- Fix #4: Add missing files (*.json) to npm package

### Version 3.0.0
- Library created
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sidi-cli",
"version": "3.0.0",
"version": "3.0.2",
"description": "SIDI is a human friendly tool to create the yaml to test, build, and deploy any mobile project via the chosen CICD.",
"homepage": "https://github.com/odemolliens/sidi-cli",
"author": "Imran Mentese <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"src/translations/locales/*.json",
"SIDI/*",
"SIDI/**/*",
"SIDI/**/*.json",
"i18n.config.ts"
],
"exclude": ["node_modules"]
Expand Down

0 comments on commit bd57133

Please sign in to comment.