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 Apr 1, 2021
1 parent f242920 commit fe14c0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0]
### Added
- Unit tests for the whole package

Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* VueCtxInjector v1.2.1
* VueCtxInjector v1.3.0
* (c) 2021 Paul Guzda-Rivière (@mekkanix)
* Released under the Apache-2.0 License.
* Released under the MIT License.
*/

import 'core-js/features/array/includes'
Expand Down
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.2.1",
"version": "1.3.0",
"description": "A tool for injecting standalone Vue.js components into HTML contexts.",
"main": "./dist/vue-ctx-injector.js",
"scripts": {
Expand Down

0 comments on commit fe14c0b

Please sign in to comment.