Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Mar 4, 2021
1 parent a25962d commit 9e1338f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.4.0](https://github.com/pklaschka/lorem-ipsum-plugin/compare/v1.3.0-rc.2...v1.4.0) (2021-03-04)


### Features

* Add support for auto-height text (introduced in XD 34) ([5115695](https://github.com/pklaschka/lorem-ipsum-plugin/commit/51156959cef63e52b9f977fb5e16673fcdee6f44))
26 changes: 21 additions & 5 deletions dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
"id": "700b7996",
"name": "Lorem Ipsum",
"description": "A small plugin to insert placeholder text that fits your needs: As simple as you want it to be, yet as advanced as you need it to be…\n\nIt is as easy as selecting one or more text layer(s) and running the plugin from the plugin's menu. Alternatively, you can also use the keyboard shortcut \"Ctrl+Alt+L\" on Windows or \"Cmd+Option+L\" on macOS to run the plugin.\n\nLast but not least: I’m always happy to listen to feedback. Therefore, if you have any (may it be feature requests, bug reports or something else), please let me know via the support website, and I'll see how I can accommodate your wishes.",
"version": "1.3.0",
"version": "1.4.0",
"host": {
"app": "XD",
"minVersion": "34.0"
},
"icons": [
{ "width": 24, "height": 24, "path": "icons/[email protected]" },
{ "width": 48, "height": 48, "path": "icons/[email protected]" }
{
"width": 24,
"height": 24,
"path": "icons/[email protected]"
},
{
"width": 48,
"height": 48,
"path": "icons/[email protected]"
}
],
"uiEntryPoints": [
{
Expand Down Expand Up @@ -59,6 +67,14 @@
"summary": "Insert placeholder text",
"website": "https://xdplugins.pabloklaschka.de/plugins/lorem-ipsum",
"helpUrl": "https://xdplugins.pabloklaschka.de/plugins/lorem-ipsum#support",
"keywords": ["Text", "Placeholder text", "Lorem Ipsum", "Fill"],
"languages": ["de", "en"]
"keywords": [
"Text",
"Placeholder text",
"Lorem Ipsum",
"Fill"
],
"languages": [
"de",
"en"
]
}
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xd-lorem-ipsum",
"version": "1.3.0",
"version": "1.4.0",
"description": "Lorem Ipsum Plugin for Adobe XD CC",
"private": true,
"scripts": {
Expand Down

0 comments on commit 9e1338f

Please sign in to comment.