diff --git a/CHANGELOG.md b/CHANGELOG.md index 2357a1ec9..7cfb4c683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +[3.0.1] - 2021-09-28 +--------------------- +##### Fixed +- [#316](https://github.com/enketo/enketo-express/pull/316) Fix rendering of binary defaults in online-only mode + [3.0.0] - 2021-09-17 --------------------- ##### Changed diff --git a/docs/tutorial-30-develop.html b/docs/tutorial-30-develop.html index 8e04d5dab..417175c37 100644 --- a/docs/tutorial-30-develop.html +++ b/docs/tutorial-30-develop.html @@ -110,12 +110,16 @@
Documentation is auto-generated and should be re-built for each new release. Do not commit updated documentation in non-release commits. The process to follow for each release that includes various helpful checks is:
npm run test
) pass with (run npm run beautify
to fix style issues).npm run build-docs
.package.json
file (we follow semantic versioning).master
(through PR).npm update
npm audit fix
npm run test
npm run beautify
npm run build-docs
package.json
file (we follow semantic versioning)CHANGELOG.md
with changesmaster
(through PR)