Skip to content

Commit

Permalink
πŸ”– Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 6, 2021
1 parent 840ef3e commit c8202e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version-git-message "πŸ”– Version %s"
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

<a name="1.0.0"></a>
## 1.0.0 (2021-08-06)

### Added

- πŸŽ‰ Init project [[840ef3e](https://github.com/Tomas2D/knex-firebird-dialect/commit/840ef3e833b8d910ff66998f989fd505cf9db3db)]


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"build": "babel src --out-dir lib",
"test": "jest",
"prepublishOnly": "yarn run babel",
"prepublishOnly": "yarn run build",
"lint": "eslint --fix \"{src,tests}/**/*.js\"",
"format": "prettier --write \"src/**/*.ts\"",
"changelog": "npx run gitmoji-changelog",
"changelog": "npx gitmoji-changelog",
"release": "yarn version",
"version": "yarn changelog && code --wait CHANGELOG.md && git add README.md CHANGELOG.md"
},
Expand Down

0 comments on commit c8202e1

Please sign in to comment.