Skip to content

Commit 264f16f

Browse files
lottiefiles-botsamuelOsborne
authored andcommitted
chore(release): 1.0.2 [skip ci]
* changed token var ([757798f](757798f))
1 parent 961af8d commit 264f16f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@lottiefiles:registry=https://registry.npmjs.org/

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
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), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
44

55

6+
## [1.0.2](https://github.com/LottieFiles/lottie-vue/compare/v1.0.1...v1.0.2) (2022-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* changed token var ([757798f](https://github.com/LottieFiles/lottie-vue/commit/757798f906b6ce594154187d0273b108197eb3af))
12+
613
## [1.0.1](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-01-18)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@lottiefiles/vue-lottie-player",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Lottie player wrapper for Vue.js by LottieFiles",
66
"scripts": {
77
"release": "semantic-release",

0 commit comments

Comments
 (0)