Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regchiu committed Jan 30, 2024
1 parent 4cd5e2a commit f6d0f35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.0]

### Features

- Support `.lottie` file

### Break Changes

- Rename command title `Lottie Preview: Preview Lottie` to `Lottie Preview: Preview .json Lottie`

## [0.0.5]

- Fix command menu item only show when active text editor is lottie file
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": "0.0.5",
"version": "1.0.0",
"publisher": "regchiu",
"engines": {
"vscode": "^1.85.0"
Expand Down

0 comments on commit f6d0f35

Please sign in to comment.