Skip to content

Commit 35f5e88

Browse files
committed
chore(release): 0.0.4
1 parent 5826ae0 commit 35f5e88

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.4](https://github.com/eficode/tscli/compare/v0.0.3...v0.0.4) (2021-11-23)
6+
7+
8+
### Features
9+
10+
* **test:** add auth tests with mocking ([8eb7295](https://github.com/eficode/tscli/commit/8eb7295afd346434453b871473107e3b41bf0a35))
11+
* **test:** add tests for phases ([b41bdfe](https://github.com/eficode/tscli/commit/b41bdfee3f236462a35eaae8684a63d4e58de3ca))
12+
* **test:** add tests for phases ([4375ac6](https://github.com/eficode/tscli/commit/4375ac6a305b70c8e3aa4a9a35e5afd0aade4842))
13+
14+
15+
### Bug Fixes
16+
17+
* **app:** remove backend as unnecessary ([2d72845](https://github.com/eficode/tscli/commit/2d7284592165895c8e820d4120f274b3d96a9260))
18+
* **app:** remove logging ([f435fe5](https://github.com/eficode/tscli/commit/f435fe50af3e09d7cbb7a7a486557454384cd6ba))
19+
* **ci:** fix typo in config ([282a217](https://github.com/eficode/tscli/commit/282a217f7195d3d4ac695e75adc1f58621e34311))
20+
* **ci:** update node version ([7a108d3](https://github.com/eficode/tscli/commit/7a108d3928dac74a9f94f6a336f388bee005c7a3))
21+
* **readme:** update readme ([9295a3f](https://github.com/eficode/tscli/commit/9295a3f83d9419695e69ad5c5aed1ceb7d57cac6))
22+
523
### [0.0.3](https://github.com/eficode/tscli/compare/v0.0.2...v0.0.3) (2021-11-22)
624

725

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eficode/tscli",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"author": "Marko Klemetti",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)