Skip to content

Commit

Permalink
Merge main into sweep/patch-builder-sort-group_1
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 28, 2024
2 parents 799396f + 18e4bb0 commit 3c8ad66
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.2.0](https://github.com/Polyterative/Patcher/compare/v4.1.2...v4.2.0) (2024-01-28)


### Features

* **backend:** now using version 2 of the backend library + total ove… ([#118](https://github.com/Polyterative/Patcher/issues/118)) ([cb41977](https://github.com/Polyterative/Patcher/commit/cb41977c30d1d3c9c3d9346f8825b8b578d0c2dc))

### [4.1.2](https://github.com/Polyterative/Patcher/compare/v4.1.1...v4.1.2) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patcher",
"version": "4.1.2",
"version": "4.2.0",
"scripts": {
"start": "angular-build-info && ng serve --port 5556",
"startProd": "ng serve --configuration production --hmr ",
Expand Down Expand Up @@ -102,4 +102,4 @@
"ts-node": "^10.7.0",
"typescript": "4.7.4"
}
}
}
7 changes: 7 additions & 0 deletions src/assets/md/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.2.0](https://github.com/Polyterative/Patcher/compare/v4.1.2...v4.2.0) (2024-01-28)


### Features

* **backend:** now using version 2 of the backend library + total ove… ([#118](https://github.com/Polyterative/Patcher/issues/118)) ([cb41977](https://github.com/Polyterative/Patcher/commit/cb41977c30d1d3c9c3d9346f8825b8b578d0c2dc))

### [4.1.2](https://github.com/Polyterative/Patcher/compare/v4.1.1...v4.1.2) (2024-01-25)


Expand Down

0 comments on commit 3c8ad66

Please sign in to comment.