Skip to content

Commit 2a1ed10

Browse files
committed
chore(release): 1.0.3
1 parent 144a79a commit 2a1ed10

5 files changed

Lines changed: 10 additions & 188 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
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.
44

55
## Versions
6+
### [1.0.3](https://github.com/digital-engine-info/bubble-plugin-helpers/compare/v1.0.2...v1.0.3) (2021-04-05)
7+
68
### [1.0.2](https://github.com/digital-engine-info/bubble-plugin-helpers/compare/v1.0.1...v1.0.2) (2021-04-05)
79
Bump version to catch up npm register version number
810

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
Add the following to the `Shared / HTML Header` section :
2121
```
22-
<script type="application/javascript" src="https://unpkg.com/@digital-engine/bubble-plugin-helpers@1.0.2/build/index.js" />
22+
<script type="application/javascript" src="https://unpkg.com/@digital-engine/bubble-plugin-helpers@1.0.3/build/index.js" />
2323
```
2424

2525
### In your plugin's server side actions
@@ -29,7 +29,7 @@ Add the following to the `Shared / HTML Header` section :
2929
```
3030
{
3131
"dependencies": {
32-
"@nabellaleen/bubble-plugin-helpers": "^1.0.2"
32+
"@nabellaleen/bubble-plugin-helpers": "^1.0.3"
3333
}
3434
}
3535
```

build/index.js

Lines changed: 4 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digital-engine/bubble-plugin-helpers",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Helpers for building Bubble.io plugins",
55
"main": "build/index.js",
66
"types": "build/types/index.d.ts",

0 commit comments

Comments
 (0)