Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regchiu committed Mar 22, 2024
1 parent c18b82b commit cf7b9f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "vscode-lottie-preview" extension will be documented

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.0.2]
- Update dependencies
1. `@dotlottie/dotlottie-js` to `0.7.1`
2. `@dotlottie/player-component` to `2.7.12`

## [1.0.1]

### Refactor
Expand All @@ -13,8 +18,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Chore

- Update dependencies
1. `@dotlottie/dotlottie-js`
2. `@dotlottie/player-component`
1. `@dotlottie/dotlottie-js` to `0.7.0`
2. `@dotlottie/player-component` to `2.7.9`

## [1.0.0]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-lottie-preview",
"displayName": "VSCode Lottie Preview",
"description": "Preview Lottie in Visual Studio Code",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "regchiu",
"engines": {
"vscode": "^1.85.0"
Expand Down

0 comments on commit cf7b9f1

Please sign in to comment.