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 25, 2021
1 parent 1fef591 commit 86b3849
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1]
### Changed
- A clearer errors management for user-provided data (Vue inst. / options)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import VueCtxInjector from 'vue-ctx-injector'
#### Standalone package

```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vue-ctx-injector@1.2.0/dist/vue-ctx-injector.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vue-ctx-injector@1.2.1/dist/vue-ctx-injector.js"></script>
```

You just need to instantiate a new VCI object to start the parsing process.
Expand Down Expand Up @@ -207,7 +207,7 @@ These methods are callable directly on the VCI instance.
.parse()
```

> Starts a new DOM parsing. Useful to instantiate newly added
> Triggers a new DOM parsing. Useful to instantiate newly added
> HTML customized elements ("standalone components") after VCI instance
> creation.
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-ctx-injector.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* VueCtxInjector v1.2.0
* VueCtxInjector v1.2.1
* (c) 2021 Paul Guzda-Rivière (@mekkanix)
* Released under the Apache-2.0 License.
*/
Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ctx-injector",
"version": "1.2.0",
"version": "1.2.1",
"description": "A tool for injecting standalone Vue.js components into HTML contexts.",
"main": "./dist/vue-ctx-injector.js",
"scripts": {
Expand All @@ -13,10 +13,17 @@
"url": "git+https://github.com/mekkanix/vue-ctx-injector.git"
},
"keywords": [
"js",
"javascript",
"vue",
"vuejs",
"vue.js",
"HTML",
"ctx",
"context",
"injector"
"inject",
"injector",
"template"
],
"author": "Mekkanix (paulguzdariviere@gmail.com)",
"license": "MIT",
Expand Down

0 comments on commit 86b3849

Please sign in to comment.