Skip to content

Commit b696df5

Browse files
Merge pull request #670 from riccardoperra/changeset-release/main
chore(release): version packages
2 parents 5032007 + e6fbe24 commit b696df5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/breezy-balloons-taste.md

-5
This file was deleted.

apps/codeimage/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/app
22

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#669](https://github.com/riccardoperra/codeimage/pull/669) [`220c4ae2`](https://github.com/riccardoperra/codeimage/commit/220c4ae22b6ce3ad7f602172347fc83b633b55e4) Thanks [@riccardoperra](https://github.com/riccardoperra)! - allow to display only active tab while exporting image
8+
39
## 1.8.5
410

511
### Patch Changes

apps/codeimage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeimage/app",
33
"private": true,
4-
"version": "1.8.5",
4+
"version": "1.9.0",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeimage",
3-
"version": "1.8.5",
3+
"version": "1.9.0",
44
"description": "Create elegant code screenshots of your source code",
55
"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!",
66
"homepage": "https://codeimage.dev/",

0 commit comments

Comments
 (0)