Skip to content

Commit 7e92d2f

Browse files
committed
chore: version bump
1 parent e7a4592 commit 7e92d2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.NPM_TOKEN }}
51+
NPM_TOKEN: ${{ secrets.NPMJS_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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-02-21)
6+
## [1.0.4](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-02-21)
77

88

99
### Bug Fixes

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.3",
4+
"version": "1.0.4",
55
"description": "Lottie player wrapper for Vue.js by LottieFiles",
66
"scripts": {
77
"release": "semantic-release",

0 commit comments

Comments
 (0)