Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
chore(release): prepare for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Sep 22, 2023
1 parent 0643ed0 commit d0417fa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
32 changes: 19 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,38 @@

All notable changes to this project will be documented in this file.

## [0.1.2] - 2023-09-22

### Bug Fixes

- Git cliff commit preprocessor ([#29](https://github.com/liftedinit/ghostcloud/issues/29))

## [0.1.1] - 2023-09-22

### Miscellaneous Tasks

- Update tos and privacy policy ([#28](https://github.com/liftedinit/many-rs/issues/28))
- Update tos and privacy policy ([#28](https://github.com/liftedinit/ghostcloud/issues/28))

## [0.1.0] - 2023-09-21

### Bug Fixes

- Dependencies and nested dependencies override ([#13](https://github.com/liftedinit/many-rs/issues/13))
- Remove alberto/ledger references ([#15](https://github.com/liftedinit/many-rs/issues/15))
- Remove unused features ([#16](https://github.com/liftedinit/many-rs/issues/16))
- Wrong function name ([#17](https://github.com/liftedinit/many-rs/issues/17))
- Missing uuid library after merge ([#18](https://github.com/liftedinit/many-rs/issues/18))
- Dependencies and nested dependencies override ([#13](https://github.com/liftedinit/ghostcloud/issues/13))
- Remove alberto/ledger references ([#15](https://github.com/liftedinit/ghostcloud/issues/15))
- Remove unused features ([#16](https://github.com/liftedinit/ghostcloud/issues/16))
- Wrong function name ([#17](https://github.com/liftedinit/ghostcloud/issues/17))
- Missing uuid library after merge ([#18](https://github.com/liftedinit/ghostcloud/issues/18))

### Features

- Site scaffold ([#12](https://github.com/liftedinit/many-rs/issues/12))
- Logout, pem, seed, account menu ([#19](https://github.com/liftedinit/many-rs/issues/19))
- Backend status [9] ([#22](https://github.com/liftedinit/many-rs/issues/22))
- Ci ([#23](https://github.com/liftedinit/many-rs/issues/23))
- Backend support ([#25](https://github.com/liftedinit/many-rs/issues/25))
- Site scaffold ([#12](https://github.com/liftedinit/ghostcloud/issues/12))
- Logout, pem, seed, account menu ([#19](https://github.com/liftedinit/ghostcloud/issues/19))
- Backend status [9] ([#22](https://github.com/liftedinit/ghostcloud/issues/22))
- Ci ([#23](https://github.com/liftedinit/ghostcloud/issues/23))
- Backend support ([#25](https://github.com/liftedinit/ghostcloud/issues/25))

### Miscellaneous Tasks

- Ci and build badges in readme ([#24](https://github.com/liftedinit/many-rs/issues/24))
- Release script ([#26](https://github.com/liftedinit/many-rs/issues/26))
- Ci and build badges in readme ([#24](https://github.com/liftedinit/ghostcloud/issues/24))
- Release script ([#26](https://github.com/liftedinit/ghostcloud/issues/26))

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,6 +1,6 @@
{
"name": "ghostcloud",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand Down

0 comments on commit d0417fa

Please sign in to comment.