Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore: add changelog tool and file
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Apr 23, 2022
1 parent 0b15ba5 commit c431361
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.0.2 (2022-04-23)


### Bug Fixes

* **readme:** change scope of example usage ([b7bb517](https://github.com/grammyjs/create-grammy/commit/b7bb517f2f2754e657cd062658b1c06c473125f4))
* **readme:** fix example usage ([c959e6c](https://github.com/grammyjs/create-grammy/commit/c959e6c78c72fe55ce941bc4321ede27dd0ca341))


### Features

* add .gitignore file for node platform ([0b15ba5](https://github.com/grammyjs/create-grammy/commit/0b15ba55526a20ec616872f6dfd36444412d08ea))



6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grammyjs/create-grammy",
"version": "0.0.1",
"version": "0.0.2",
"description": "create grammY bots with one command",
"keywords": [
"grammY",
Expand Down Expand Up @@ -37,7 +37,8 @@
"scripts": {
"build": "tsc",
"lint": "npx eslint --ext .ts src",
"lint:fix": "npx eslint --fix --ext .ts src"
"lint:fix": "npx eslint --fix --ext .ts src",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"boxen": "^6.2.1",
Expand Down Expand Up @@ -66,6 +67,7 @@
"@types/validate-npm-package-name": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.13.0"
}
}
Loading

0 comments on commit c431361

Please sign in to comment.