Skip to content

Commit

Permalink
chore(CHANGELOG): add bundle size badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Aug 24, 2020
1 parent 4b147e0 commit 4635bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. See [standa

### Features

- **sanitizer:** Remove DOM implementation as unnecessary and update ([#56](https://github.com/TinkoffCreditSystems/ng-dompurify/issues/56)) ([d50cbdd](https://github.com/TinkoffCreditSystems/ng-dompurify/commit/d50cbdd))
- **sanitizer:** Remove DOM implementation as unnecessary and update docs accordingly, remove CSS sanitation by default ([#56](https://github.com/TinkoffCreditSystems/ng-dompurify/issues/56)) ([d50cbdd](https://github.com/TinkoffCreditSystems/ng-dompurify/commit/d50cbdd))

## [2.2.0](https://github.com/TinkoffCreditSystems/ng-dompurify/compare/v2.1.0...v2.2.0) (2020-03-31)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# NgDompurify

[![Build](https://img.shields.io/travis/TinkoffCreditSystems/ng-dompurify/master?style=flat-square)](https://travis-ci.org/TinkoffCreditSystems/ng-dompurify)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@tinkoff/ng-dompurify)](https://bundlephobia.com/result?p=@tinkoff/ng-dompurify)
[![Coverage Status](https://img.shields.io/coveralls/github/TinkoffCreditSystems/ng-dompurify?branch=master&style=flat-square)](https://coveralls.io/github/TinkoffCreditSystems/ng-dompurify?branch=master)
[![npm version](https://img.shields.io/npm/v/@tinkoff/ng-dompurify.svg?style=flat-square)](https://npmjs.com/package/@tinkoff/ng-dompurify)
[![code style: @tinkoff/linters](https://img.shields.io/badge/code%20style-%40tinkoff%2Flinters-blue?style=flat-square)](https://github.com/TinkoffCreditSystems/linters)
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-dompurify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/ng-dompurify",
"version": "2.2.0",
"version": "3.0.0",
"peerDependencies": {
"@angular/core": ">=4.0.0",
"@angular/platform-browser": ">=4.0.0",
Expand Down

0 comments on commit 4635bf6

Please sign in to comment.