Skip to content

Commit 961af8d

Browse files
lottiefiles-botsamuelOsborne
authored andcommitted
chore(release): 1.0.1 [skip ci]
* updated packages, fixed player bug with controls, fixed css bundling bug ([47bbdb0](47bbdb0))
1 parent 47bbdb0 commit 961af8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}
51+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5252
GIT_COMMIT: ${{ github.sha }}
5353
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
5454
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}

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.1](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* updated packages, fixed player bug with controls, fixed css bundling bug ([47bbdb0](https://github.com/LottieFiles/lottie-vue/commit/47bbdb0ee51dd8771a078fb7370ce75acbf00d40))
12+
613
# 1.0.0 (2021-06-01)
714

815

0 commit comments

Comments
 (0)