Skip to content

Commit e3c0854

Browse files
committed
chore(release): publish
- @jakehamilton/titan@5.0.0
1 parent b851dde commit e3c0854

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

packages/titan/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0](https://github.com/jakehamilton/packages/compare/@jakehamilton/titan@4.0.0...@jakehamilton/titan@5.0.0) (2020-12-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **create:** pass args to starter template ([936f543](https://github.com/jakehamilton/packages/commit/936f54312982762d81f3eef814b1f838dc20de3c))
12+
* handle promise rejections ([55b358a](https://github.com/jakehamilton/packages/commit/55b358a1dc9834660640479f38f8c165f8669757))
13+
* **create:** default to empty template ([75aabbb](https://github.com/jakehamilton/packages/commit/75aabbb113428191e079c58b51d4c07d12d8c875))
14+
* **create:** update args and help to match ([67abfa3](https://github.com/jakehamilton/packages/commit/67abfa31430aad515ecee7f2937871afc112017e))
15+
16+
17+
### Features
18+
19+
* add template support ([2dbede1](https://github.com/jakehamilton/packages/commit/2dbede117563b2a7ecee53b8114606cf5e79955b))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* renamed "bootstrap" command to "install"
25+
26+
27+
28+
29+
630
# [4.0.0](https://github.com/jakehamilton/packages/compare/@jakehamilton/titan@3.0.0...@jakehamilton/titan@4.0.0) (2020-12-28)
731

832

packages/titan/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/titan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jakehamilton/titan",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "A simple, opinionated monorepo management tool.",
55
"keywords": [
66
"monorepo",

0 commit comments

Comments
 (0)