Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: document-model 2.1.0
  • Loading branch information
Github Actions Bot committed Sep 26, 2024
1 parent 112fc46 commit 3815359
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions packages/document-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## 2.1.0 (2024-09-26)


### 🚀 Features

- added base document model and module tests ([9fb72ae](https://github.com/powerhouse-inc/powerhouse/commit/9fb72ae))

- added generateMock wrapper ([b06814b](https://github.com/powerhouse-inc/powerhouse/commit/b06814b))

- bump deps ([ce942af](https://github.com/powerhouse-inc/powerhouse/commit/ce942af))

- update name and version ([5b88a42](https://github.com/powerhouse-inc/powerhouse/commit/5b88a42))

- bump lint deps ([372fc18](https://github.com/powerhouse-inc/powerhouse/commit/372fc18))

- install lint libs ([02b4609](https://github.com/powerhouse-inc/powerhouse/commit/02b4609))

- add lint configs ([27bfaff](https://github.com/powerhouse-inc/powerhouse/commit/27bfaff))

- add husky commands ([a03799d](https://github.com/powerhouse-inc/powerhouse/commit/a03799d))

- add prepublish script ([5f0a0bc](https://github.com/powerhouse-inc/powerhouse/commit/5f0a0bc))

- **codegen:** initial codegen package setup ([0f67da6](https://github.com/powerhouse-inc/powerhouse/commit/0f67da6))


### 🩹 Fixes

- undo bump change case ([b479715](https://github.com/powerhouse-inc/powerhouse/commit/b479715))


### ❤️ Thank You

- acaldas
- Guillermo Puente @gpuente
- ryanwolhuter @ryanwolhuter

## 2.0.1 (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/document-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "document-model",
"version": "2.0.1",
"version": "2.1.0",
"license": "AGPL-3.0-only",
"private": false,
"files": [
Expand Down

0 comments on commit 3815359

Please sign in to comment.