Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Apr 8, 2022
1 parent 56ed044 commit e65d708
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.13.0 - 2022-04-08
Chore: Update cd.yml (#704)
Chore: Replace `a / b` with `math.div(a, b)` on SCSS files (#702)
[IMPROVE] Centralized e-mail validation under a library function #693
[FIX] Fixes broken triggers. #695
[IMPROVE] Add TypeScript (#694)
[IMPROVE] Replace i18n package (#657)

## 1.12.2 - 2022-03-29
[FIX] Revert: LoadConfig after registering guest #696

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/livechat",
"version": "1.12.2",
"version": "1.13.0",
"files": [
"/build"
],
Expand Down

0 comments on commit e65d708

Please sign in to comment.