Skip to content

Commit

Permalink
chore(release): version packages (#444)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 1 package(s)

Releases:
  @codeimage/[email protected]

[skip ci]

* chore(release): version packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 8, 2023
1 parent 097c020 commit 56d7440
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-pants-study.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/codeimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/app

## 1.1.1

### Patch Changes

- [#443](https://github.com/riccardoperra/codeimage/pull/443) [`097c0201`](https://github.com/riccardoperra/codeimage/commit/097c02013a5f2f84f97fe7f853a204508de9998d) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix(app): change file extension on language change

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/codeimage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codeimage/app",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeimage",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create elegant code screenshots of your source code",
"info": "Codeimage is the newest open source tool to help developers to create beautiful screenshots of their code, providing several features to speed up the process to post in social media. It's built on the top of solid-js and has a rich choice of customizations, 15+ custom themes, supports for mobile devices and much more!",
"homepage": "https://codeimage.dev/",
Expand Down Expand Up @@ -96,4 +96,4 @@
},
"allowNonAppliedPatches": false
}
}
}

0 comments on commit 56d7440

Please sign in to comment.