Skip to content

Commit ebae130

Browse files
Merge pull request #31 from Linkurious/develop
Release 1.0.6 [ci:run]
2 parents 6df2053 + e99cb67 commit ebae130

20 files changed

Lines changed: 2701 additions & 2177 deletions

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.5
2+
current_version = 1.0.6
33
commit = False
44
tag = False
55
serialize =

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
dist/**
22
node_modules/**
33
public/**
4+
report/**
5+
tmp/**

.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
'plugin:@typescript-eslint/eslint-recommended',
77
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
88
'plugin:@typescript-eslint/recommended-requiring-type-checking',
9-
'plugin:import/errors',
109
'plugin:import/warnings',
1110
'plugin:prettier/recommended' // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
1211
],

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
24.14.1

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.5
1+
1.0.6

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "third-party-data",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"pluginApiVersion": "1.0.0",
55
"publicRoute": "dist/frontend",
66
"singlePageAppIndex": "index.html",

0 commit comments

Comments
 (0)