Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 20ca266

Browse files
author
Michal Vlasák
committed
Increase version
1 parent 7f9c716 commit 20ca266

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
## [Unpublished]
22

3+
## [1.0.3] - 2018-11-08
4+
5+
### Fixed
6+
- bug in pretty print
7+
- update README
8+
9+
## [1.0.2] - 2018-11-08
10+
311
### Added
412
- .npmignore
5-
- `prepublish` npm script
13+
- `prepublishOnly` npm script
614
- Travis CI build
715

816
## [1.0.1] - 2018-11-02

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmas",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "Cosmas is a pino-based logger for all your writing needs",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"lint": "tslint -p . --force --format codeFrame; exit 0",
1212
"pretty": "prettier --parser typescript --write 'src/*.ts'",
1313
"precommit": "lint-staged && npm test",
14-
"prepublish": "npm run build",
14+
"prepublishOnly": "npm run build",
1515
"check": "npm-check -i husky -i ts-jest -i tslint-config-ackee && exit 0",
1616
"clean": "rm -rf ./node_modules && npm i && npm t"
1717
},

0 commit comments

Comments
 (0)