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

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo committed Feb 17, 2021
1 parent f4899fc commit 2a66926
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.1] - 2021-02-17
### Fixed
- The weird merge strategy when `replaceRoot` conf. option is set to `true`

## [1.1.0] - 2021-02-16
### Added
- A `replaceRoot` configuration option
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-ctx-injector.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* VueCtxInjector v1.0.0
* (c) 2021 Paul Guzda-Rivière
* VueCtxInjector v1.1.1
* (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.0",
"version": "1.1.1",
"description": "A tool for injecting standalone Vue.js components into HTML contexts.",
"main": "./dist/vue-ctx-injector.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/VueCtxInjector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* VueCtxInjector v1.0.0
* (c) 2021 Paul Guzda-Rivière
* VueCtxInjector v1.1.1
* (c) 2021 Paul Guzda-Rivière (@mekkanix)
* Released under the Apache-2.0 License.
*/
export default class VueCtxInjector {
Expand Down

0 comments on commit 2a66926

Please sign in to comment.