Skip to content

Commit

Permalink
chore: Add changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Jun 30, 2023
1 parent d247f2c commit 4db1095
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
node_modules/
package-lock.json
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "esp-admin-sdk",
"version": "1.0.0",
"description": "The sdk for [ESP Admin](https://github.com/becem-gharbi/esp-admin) platform",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"release": "npx changelogen --release && git push --follow-tags"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"changelogen": "^0.5.3"
}
}

0 comments on commit 4db1095

Please sign in to comment.