Skip to content

Commit

Permalink
Release for 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srclosson committed Sep 29, 2023
1 parent 84d19cd commit 6cd1c95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -60,9 +60,9 @@ jobs:

- name: Build backend
run: make linux && make windows && make darwin

- name: Sign plugin
run: yarn sign --rootUrls=http://localhost:3000
run: yarn sign
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,9 @@
# Change Log
## [1.3.3] - 2023-09-29
- Updated to grafana 10
- Various changes to support updated coding standards
- Fixed issue #82 - Unable to fill in url-field in datasource


## [1.2.0-beta.1] - 2022-05-06
- Added the ability to select timestamps from either the OPC server, or OPC client/device/source
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-opcua-datasource",
"version": "1.3.1",
"version": "1.3.3",
"description": "Reads data from OPC UA Servers",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 6cd1c95

Please sign in to comment.