From 3a5c6cb6a4138ffedf960391b7394a0a3bc99922 Mon Sep 17 00:00:00 2001 From: paulo Date: Tue, 16 Feb 2021 19:33:55 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb68ba..c0bf6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2021-02-16 ### Added - A `replaceRoot` configuration option - Prefixes management in configuration options (`componentPrefix` and `propPrefix`) diff --git a/package.json b/package.json index 35457bc..321b2a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-ctx-injector", - "version": "1.0.2", + "version": "1.1.0", "description": "A tool for injecting Vue.js components into HTML contexts.", "main": "./dist/vue-ctx-injector.js", "scripts": {