Skip to content

Commit

Permalink
chore(release): 1.0.2-beta.3
Browse files Browse the repository at this point in the history
## [1.0.2-beta.3](v1.0.2-beta.2...v1.0.2-beta.3) (2024-04-10)

### Bug Fixes

* add error handling ([#77](#77)) ([fa096c7](fa096c7))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent fa096c7 commit 4337d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/SC4SNMP_UI_backend/__init__.py
Expand Up @@ -8,7 +8,7 @@

load_dotenv()

__version__ = "1.0.2-beta.2"
__version__ = "1.0.2-beta.3"

MONGO_URI = os.getenv("MONGO_URI")
mongo_client = MongoClient(MONGO_URI)
Expand Down
2 changes: 1 addition & 1 deletion frontend/lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "^6.6.2",
"version": "1.0.2-beta.2",
"version": "1.0.2-beta.3",
"command": {
"publish": {
"ignoreChanges": ["*.md"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@splunk/manager",
"version": "1.0.2-beta.2",
"version": "1.0.2-beta.3",
"license": "UNLICENSED",
"scripts": {
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",
Expand Down

0 comments on commit 4337d23

Please sign in to comment.