Skip to content

Commit 11a9ae5

Browse files
committed
chore(release): 3.3.1
1 parent 3934091 commit 11a9ae5

File tree

4 files changed

+27
-22
lines changed

4 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [3.3.1](https://github.com/f0rce/ace/compare/v3.3.0...v3.3.1) (2022-07-28)
6+
7+
8+
### Features
9+
10+
* **modes:** add lobster_srv_logs ([3934091](https://github.com/f0rce/ace/commit/39340917605763f120220a62d954273a5f2d1d41))
11+
512
## [3.3.0](https://github.com/f0rce/ace/compare/v3.2.0...v3.3.0) (2022-07-27)
613

714

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@
357357
"construct-style-sheets-polyfill": "$construct-style-sheets-polyfill",
358358
"lit": "$lit",
359359
"@polymer/polymer": "$@polymer/polymer",
360-
"chokidar": "$chokidar",
361-
"@f0rce/lit-ace": "$@f0rce/lit-ace",
362-
"date-fns": "$date-fns"
360+
"chokidar": "$chokidar"
363361
}
364362
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.f0rce</groupId>
66
<artifactId>ace</artifactId>
7-
<version>3.3.0</version>
7+
<version>3.3.1</version>
88
<name>ace</name>
99
<description>Lit Wrap around the Ace Editor (https://ace.c9.io/) for Vaadin 14 and Vaadin 23</description>
1010

0 commit comments

Comments
 (0)