Skip to content

Commit

Permalink
Merge main into sweep/implement-copy-as-text-feature_5
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 7, 2023
2 parents dc45d24 + 9031039 commit 3c23a8f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: [x64]
runs-on: [x64,ubuntu-latest]
timeout-minutes: 8
if: github.event_name == 'push' # Only trigger on pushes
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.0.3](https://github.com/Polyterative/Patcher/compare/v4.0.2...v4.0.3) (2023-12-01)

### [4.0.2](https://github.com/Polyterative/Patcher/compare/v4.0.1...v4.0.2) (2023-09-28)


Expand Down
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": "patcher",
"version": "4.0.2",
"version": "4.0.3",
"scripts": {
"start": "angular-build-info && ng serve --port 5556",
"startProd": "ng serve --configuration production --hmr ",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/md/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.0.3](https://github.com/Polyterative/Patcher/compare/v4.0.2...v4.0.3) (2023-12-01)

### [4.0.2](https://github.com/Polyterative/Patcher/compare/v4.0.1...v4.0.2) (2023-09-28)


Expand Down

0 comments on commit 3c23a8f

Please sign in to comment.