From 0e71b06bef9dbde39b46587c11ea73f9fe484ce3 Mon Sep 17 00:00:00 2001 From: Guilherme Santiago Date: Sat, 14 Aug 2021 11:15:49 -0300 Subject: [PATCH] chore: bump version to 4.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283766f..0cce551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.1.1] - 2021-08-14 + +- Remove decimals from ms #73 + ## [4.1.0] - 2021-03-20 - Ignore VTT comments #66 diff --git a/package.json b/package.json index dd334c8..54f8d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subtitle", - "version": "4.1.0", + "version": "4.1.1", "description": "Stream-based library for parsing and manipulating subtitles", "repository": { "type": "git",