Skip to content

Commit

Permalink
chore: bump pom.xml, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Dec 15, 2023
1 parent 4c5439e commit 495ac1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.1.37
- Initial version after converting this to work with Vaadin 14+
0.1.38
- I had to bump the version because one of the JARs I uploaded was wrong, no functional changes
0.1.39
- Add option to start scale at 0 from @simonspdb in https://github.com/rudiejd/vaadin-chartjs/pull/13
- Vaadin 24 hotdeploy fix by @finn0s in https://github.com/rudiejd/vaadin-chartjs/pull/12
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.vaadin.addons.chartjs</groupId>
<artifactId>chartjs</artifactId>
<version>0.1.38</version>
<version>0.1.39</version>
<name>ChartJs add-on for Vaadin 14+</name>
<description>Integration of ChartJs for Vaadin platform</description>

Expand Down Expand Up @@ -228,7 +228,7 @@
<artifactId>flow-server-production-mode</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 495ac1d

Please sign in to comment.