Skip to content

Commit

Permalink
- Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
roymckenzie committed Oct 13, 2023
1 parent f2cee62 commit 2e8da62
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.5] - 2023-10-13

### Added

### Changed
- Measurement Create/Update form infers person and vital (when possible)
- Removed all Measurements view from Settings and Person

### Fixed
- Fixed bottom padding on standalone mobile navigation


## [0.3.4] - 2023-10-12

### Added
Expand Down
16 changes: 8 additions & 8 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": "healthrecord",
"private": true,
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2e8da62

Please sign in to comment.