Skip to content

Commit

Permalink
ci(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
motion-canvas-bot committed May 13, 2023
1 parent ba03bf1 commit f08e8e3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/motion-canvas/exporters/compare/v1.1.0...v1.1.1) (2023-05-13)

### Bug Fixes

- account for resolution scale
([#3](https://github.com/motion-canvas/exporters/issues/3))
([ba03bf1](https://github.com/motion-canvas/exporters/commit/ba03bf1db62c7aae45a4a98d9519f21085afff91))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2023-05-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"useNx": true,
"useWorkspaces": true,
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"ignoreChanges": ["**/*.test.ts", "**/*.md"],
"message": "ci(release): %v [skip ci]",
"conventionalCommits": true,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

13 changes: 13 additions & 0 deletions packages/ffmpeg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/motion-canvas/exporters/compare/v1.1.0...v1.1.1) (2023-05-13)

### Bug Fixes

- account for resolution scale
([#3](https://github.com/motion-canvas/exporters/issues/3))
([ba03bf1](https://github.com/motion-canvas/exporters/commit/ba03bf1db62c7aae45a4a98d9519f21085afff91))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2023-05-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/ffmpeg",
"version": "1.1.0",
"version": "1.1.1",
"description": "An FFmpeg video exporter for Motion Canvas",
"main": "lib/server/index.js",
"author": "motion-canvas",
Expand Down

0 comments on commit f08e8e3

Please sign in to comment.