Skip to content

Commit

Permalink
fix: changed token var
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Jan 19, 2022
1 parent 51da4de commit 1393de1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@lottiefiles:registry=https://registry.npmjs.org/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).


## [1.0.2](https://github.com/LottieFiles/lottie-vue/compare/v1.0.1...v1.0.2) (2022-01-19)


### Bug Fixes

* changed token var ([757798f](https://github.com/LottieFiles/lottie-vue/commit/757798f906b6ce594154187d0273b108197eb3af))

## [1.0.1](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-01-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@lottiefiles/vue-lottie-player",
"version": "1.0.1",
"version": "1.0.2",
"description": "Lottie player wrapper for Vue.js by LottieFiles",
"scripts": {
"release": "semantic-release",
Expand Down

0 comments on commit 1393de1

Please sign in to comment.