Skip to content

Commit ca62de5

Browse files
chore(release): 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2020-11-05) ### Bug Fixes * **ci:** add package.json to semantic-release/git file list ([66fa803](66fa803)) * **ci:** build application before running semantic-release ([7b5f8d1](7b5f8d1))
1 parent 66fa803 commit ca62de5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.3](https://github.com/pixelfactoryio/privatebin-cli/compare/v2.0.2...v2.0.3) (2020-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** add package.json to semantic-release/git file list ([66fa803](https://github.com/pixelfactoryio/privatebin-cli/commit/66fa803a2eb15578677d7fb4cf250a9546af708a))
7+
* **ci:** build application before running semantic-release ([7b5f8d1](https://github.com/pixelfactoryio/privatebin-cli/commit/7b5f8d197068bc08ba2adc6c91dedeb42c3aff4a))
8+
19
## [2.0.2](https://github.com/pixelfactoryio/privatebin-cli/compare/v2.0.1...v2.0.2) (2020-11-05)
210

311

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixelfactory/privatebin",
3-
"version": "2.0.0",
3+
"version": "2.0.3",
44
"homepage": "https://github.com/pixelfactoryio/privatebin-cli",
55
"description": "a PrivateBin client written in typescript",
66
"author": "Amine Benseddik <[email protected]>",
@@ -98,4 +98,4 @@
9898
"ts-node": "^9.0.0",
9999
"typescript": "^4.0.5"
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)