From 1ca9074d7f99110ef454881599324d31d84bb483 Mon Sep 17 00:00:00 2001 From: igor <igor.markin@vereign.com> Date: Mon, 6 Sep 2021 15:15:19 +0300 Subject: [PATCH] Bump version and update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556ab8d..fd7b3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/). +## [1.0.3] - 2020-09-06 + +### Changed + +PlainNormalizer now strips `image:` prefix from plain representations of the images [outlokaddin#122](https://code.vereign.com/seal/clients/outlook-add-in/-/issues/122) + ## [1.0.2] - 2020-06-07 ### Added diff --git a/package.json b/package.json index 2d4ac66..9e85a50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@vereign/mime-normalizer", "author": "Igor Markin <igor.markin@vereign.com>", "description": "A library that handles normalization of MIME plain and html parts", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", -- GitLab