Skip to content

Commit 642f535

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v0.1.14 [skip ci]
1 parent ed4fcb4 commit 642f535

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.13...HEAD)
5+
## [Unreleased](https://github.com/xgeekshq/split/compare/v0.1.14...HEAD)
6+
7+
## [v0.1.14](https://github.com/xgeekshq/split/compare/v0.1.13...v0.1.14) - 2023-02-20
8+
9+
### What Changed 👀
10+
11+
### 🐛 Bug Fixes
12+
13+
- fix: timer position @nunocaseiro (#1130)
14+
15+
**Full Changelog**: https://github.com/xgeekshq/split/compare/v0.1.13...v0.1.14
616

717
## [v0.1.13](https://github.com/xgeekshq/split/compare/v0.1.12...v0.1.13) - 2023-02-20
818

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "v0.1.13",
3+
"version": "v0.1.14",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "v0.1.13",
3+
"version": "v0.1.14",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "split",
3-
"version": "v0.1.13",
3+
"version": "v0.1.14",
44
"private": true,
55
"scripts": {
66
"prepare": "concurrently \"npm:prepare:backend\" \"npm:prepare:frontend\" \"husky install\"",

0 commit comments

Comments
 (0)