Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Feb 18, 2024
1 parent 813dc24 commit f4c0dc7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v4.1.1 - 2024-02-18

[Full Changelog](https://github.com/nextcloud/forms/compare/v4.1.0...v4.1.1)

### Fixed
- fix: Update moment format for date parsing [\#1969](https://github.com/nextcloud/forms/pull/1969) ([Chartman123](https://github.com/Chartman123))
- fix: Load styles also for settings section [\#1963](https://github.com/nextcloud/forms/pull/1963) ([susnux](https://github.com/susnux))


## v4.1.0 - 2024-02-02

[Full Changelog](https://github.com/nextcloud/forms/compare/v4.0.0...v4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>

<version>4.1.0</version>
<version>4.1.1</version>
<licence>agpl</licence>

<author>Affan Hussain</author>
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "4.1.0",
"version": "4.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"
Expand Down

0 comments on commit f4c0dc7

Please sign in to comment.