Skip to content

Commit 5bafde0

Browse files
committed
Chore(release): Publish version 0.3.1
1 parent 704332b commit 5bafde0

File tree

5 files changed

+333
-301
lines changed

5 files changed

+333
-301
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11

2+
<a name="0.3.1"></a>
3+
## [0.3.1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.3.0&sourceBranch=refs%2Ftags%2F0.3.1) (2021-11-04)
4+
5+
6+
### Chores
7+
8+
9+
* Automatically replace package version in readme file to current ([97454e1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/97454e1))
10+
* Disable commit message hook with CI env ([3b0e0b9](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/3b0e0b9))
11+
* Disable prepare script with commitlint on CI publish ([4886281](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/4886281))
12+
* Introduce contributors array to display package authors ([e2c3c4f](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/e2c3c4f))
13+
* Introduce keywords to display on package page ([d8a3568](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/d8a3568))
14+
* Introduce PR labelling ([4f8e67d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/4f8e67d))
15+
* Introduce release action which is triggered manually ([97c00f0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/97c00f0))
16+
* Omit version prefix from replacing jsdelivr urls in readme ([704332b](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/704332b))
17+
* Run publish only on tagged refs without any prefix ([534caf3](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/534caf3))
18+
* Set git tag version to plain semver string without prefix ([6f7c069](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/6f7c069))
19+
220
<a name="0.3.0"></a>
321
# [0.3.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.2.0&sourceBranch=refs%2Ftags%2F0.3.0) (2021-11-02)
422

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package is a wrapper around [Cookie Consent] by [Orest Bida].
1212
Load the script and initialize the plugin right before ending `</body>` tag:
1313

1414
```html
15-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/[email protected].0/init.js"></script>
15+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/[email protected].1/init.js"></script>
1616
<script>
1717
window.addEventListener('load', function () {
1818
initLmcCookieConsentManager();
@@ -29,7 +29,7 @@ This will load the plugin from CDN and initialize the plugin with default settin
2929
You can load the plugin from a CDN, as in the basic example above.
3030

3131
```html
32-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/[email protected].0/init.js"></script>
32+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/[email protected].1/init.js"></script>
3333
```
3434

3535
Alternatively, you can also download the latest version from the [Releases page](https://github.com/lmc-eu/cookie-consent-manager/releases).

0 commit comments

Comments
 (0)