Skip to content

Commit

Permalink
chore(release): 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed May 16, 2024
1 parent 95de72d commit 243cf6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monokle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 --break-system-packages -m pip install setuptools
run: python3 -m pip install setuptools --break-system-packages

- name: Install Dependencies
run: |
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.

### [2.4.8](https://github.com/kubeshop/monokle/compare/v2.4.7...v2.4.8) (2024-05-16)

### [2.4.7](https://github.com/kubeshop/monokle/compare/v2.4.6...v2.4.7) (2024-05-16)

### [2.4.6](https://github.com/kubeshop/monokle/compare/v2.4.5...v2.4.6) (2024-05-16)
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": "monokle",
"version": "2.4.7",
"version": "2.4.8",
"author": "Kubeshop",
"description": "Desktop IDE for working with Kubernetes Clusters and YAML configurations",
"homepage": "./",
Expand Down

0 comments on commit 243cf6a

Please sign in to comment.