From de72573d49a9acd488ee402ac8a1640829a60f27 Mon Sep 17 00:00:00 2001 From: RomuloCintra Date: Sat, 20 Jan 2018 20:51:00 +0100 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ca91e..4fcf60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.0.6](https://github.com/o-rango/o-content-placeholder/compare/v0.0.5...v0.0.6) (2018-01-20) + + + ## [0.0.5](https://github.com/o-rango/o-content-placeholder/compare/v0.0.4...v0.0.5) (2018-01-20) diff --git a/package-lock.json b/package-lock.json index 16a7fe3..561ddfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@o-rango/o-content-placeholder", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc4488d..5a6eec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@o-rango/o-content-placeholder", - "version": "0.0.5", + "version": "0.0.6", "description": "O-RANGO customizable component placeholder", "main": "dist/o-content-placeholder.js", "types": "dist/types/index.d.ts",