Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo committed Feb 18, 2021
1 parent 0a5ada0 commit e0044bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.1.2] - 2021-02-17
### Fixed
- The weird merge strategy when `replaceRoot` conf. option is set to `true`

## [1.1.1] - 2021-02-17
### Fixed
- The weird merge strategy when `replaceRoot` conf. option is set to `true`
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-ctx-injector.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* VueCtxInjector v1.1.1
* VueCtxInjector v1.1.2
* (c) 2021 Paul Guzda-Rivière (@mekkanix)
* Released under the Apache-2.0 License.
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ctx-injector",
"version": "1.1.1",
"version": "1.1.2",
"description": "A tool for injecting standalone Vue.js components into HTML contexts.",
"main": "./dist/vue-ctx-injector.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/VueCtxInjector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* VueCtxInjector v1.1.1
* VueCtxInjector v1.1.2
* (c) 2021 Paul Guzda-Rivière (@mekkanix)
* Released under the Apache-2.0 License.
*/
Expand Down

0 comments on commit e0044bc

Please sign in to comment.