This commit is contained in:
John Molakvoæ (skjnldsv) 2020-07-29 19:46:52 +02:00
parent bc05d0307f
commit d113618e2c
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
4 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,14 @@
# Changelog
## [2.0.0 - 2020-07-28
## v2.0.1 - 2020-07-29
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0...v2.0.1)
### Fixed
- Fix substring utf8
[\#528](https://github.com/nextcloud/forms/pull/528) ([jotoeri](https://github.com/jotoeri))
## v2.0.0 - 2020-07-28
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-rc.1...v2.0.0)

View file

@ -11,7 +11,7 @@
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **🙋 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>2.0.0</version>
<version>2.0.1</version>
<licence>agpl</licence>
<author>Affan Hussain</author>

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "forms",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"