Skip to content

Commit 8f98834

Browse files
committed
chore: release v0.2.1
1 parent ce103dc commit 8f98834

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.2.1] - 2021-10-25
88
### Changed
99
- Bump potentialy vulnerable `ua-parser-js` version to a safe version range. Security advisory: [GHSA-pjwm-rvh2-c87w](https://github.com/advisories/GHSA-pjwm-rvh2-c87w).
1010

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "clientjs",
3-
"version": "0.2.0",
4-
"main": ["dist/client.base.min.js"],
3+
"version": "0.2.1",
4+
"main": [
5+
"dist/client.base.min.js"
6+
],
57
"ignore": [
68
".husky",
79
".drone.sec",

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,6 +1,6 @@
11
{
22
"name": "clientjs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"homepage": "https://clientjs.org",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)