Skip to content

Commit e745bfb

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2020-11-12) ### Features * **browser:** build browser umd module ([#32](#32)) ([2d16101](2d16101))
1 parent 2d16101 commit e745bfb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/pixelfactoryio/privatebin-cli/compare/v2.2.0...v2.3.0) (2020-11-12)
2+
3+
4+
### Features
5+
6+
* **browser:** build browser umd module ([#32](https://github.com/pixelfactoryio/privatebin-cli/issues/32)) ([2d16101](https://github.com/pixelfactoryio/privatebin-cli/commit/2d16101f4edfe67fd7631433a8f96e883de5a58f))
7+
18
# [2.2.0](https://github.com/pixelfactoryio/privatebin-cli/compare/v2.1.0...v2.2.0) (2020-11-09)
29

310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixelfactory/privatebin",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"homepage": "https://github.com/pixelfactoryio/privatebin-cli",
55
"description": "a PrivateBin client written in typescript",
66
"author": "Amine Benseddik <[email protected]>",
@@ -116,4 +116,4 @@
116116
]
117117
]
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)