Skip to content

Commit c9134fd

Browse files
committed
1.0.1
1 parent d7510a7 commit c9134fd

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.0.1](https://github.com/Ephigenia/mite-cli/compare/v1.0.0...v1.0.1) (2019-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **customer:** new now accepts the name ([3207b62](https://github.com/Ephigenia/mite-cli/commit/3207b62))
7+
* **customer-new:** show server error messages correctly ([f76b3e2](https://github.com/Ephigenia/mite-cli/commit/f76b3e2))
8+
* **errors:** check for lowercased NODE_ENV ([658e6ca](https://github.com/Ephigenia/mite-cli/commit/658e6ca))
9+
* **list:** table footer not empty anymore ([5a3d727](https://github.com/Ephigenia/mite-cli/commit/5a3d727))
10+
* **mite-amend:** only match timeEntryId when it’s truish ([895857d](https://github.com/Ephigenia/mite-cli/commit/895857d))
11+
* **mite-api:** addTimeEntry callback argument order ([03ec43c](https://github.com/Ephigenia/mite-cli/commit/03ec43c))
12+
* **project:** new now accepts the name ([e3bb65d](https://github.com/Ephigenia/mite-cli/commit/e3bb65d))
13+
* **project-new:** correct default for budgetType ([bd7fd58](https://github.com/Ephigenia/mite-cli/commit/bd7fd58))
14+
* **project-new:** show server error messages correctly ([97f2534](https://github.com/Ephigenia/mite-cli/commit/97f2534))
15+
* **start:** correct error message shown ([d7510a7](https://github.com/Ephigenia/mite-cli/commit/d7510a7))
16+
17+
18+
119
# [1.0.0](https://github.com/Ephigenia/mite-cli/compare/v0.10.0...v1.0.0) (2019-06-24)
220

321

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Ephigenia M. Eichner",
33
"name": "mite-cli",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "command line tool for time tracking service mite.yo.lk",
66
"preferGlobal": true,
77
"homepage": "https://github.com/Ephigenia/mite-cli/",

0 commit comments

Comments
 (0)