Skip to content

Commit 43369c7

Browse files
committed
Chore(release): Publish version 0.5.0
1 parent 7d8174d commit 43369c7

File tree

7 files changed

+1905
-11
lines changed

7 files changed

+1905
-11
lines changed

CHANGELOG.md

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

2+
<a name="0.5.0"></a>
3+
# [0.5.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.4.1&sourceBranch=refs%2Ftags%2F0.5.0) (2021-11-11)
4+
5+
6+
### Chores
7+
8+
9+
* Skip breaking changes until package is stable ([7d8174d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/7d8174d))
10+
### Documentation
11+
12+
13+
* Legacy import using CommonJS and problem with webpack ([e1fa6a7](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/e1fa6a7))
14+
* Minor readme improvements ([3743330](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/3743330))
15+
* Unify codestyle in examples ([c6ebfa0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/c6ebfa0))
16+
### Features
17+
18+
19+
* Introduce build for CommonJS and use more common extensions ([8c2c553](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/8c2c553))
20+
* Introduce ES module entry point ([fad5730](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/fad5730))
21+
222
<a name="0.4.1"></a>
323
## [0.4.1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.4.0&sourceBranch=refs%2Ftags%2F0.4.1) (2021-11-09)
424

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Load default CSS in your `<head>`:
1313

1414
```html
1515
<link rel="preconnect" href="https://cdn.jsdelivr.net">
16-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/LmcCookieConsentManager.min.css">
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/LmcCookieConsentManager.min.css">
1717
```
1818

1919
Load the script and initialize the plugin right before ending `</body>` tag:
2020

2121
```html
22-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/init.js"></script>
22+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/init.js"></script>
2323
<script>
2424
window.addEventListener('load', function () {
2525
initLmcCookieConsentManager();
@@ -53,8 +53,8 @@ as shown above or to explicitly specify the desired font yourself (head to [Them
5353
You can load the plugin from a CDN, as in the basic example above.
5454

5555
```html
56-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/LmcCookieConsentManager.min.css">
57-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/init.js"></script>
56+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/LmcCookieConsentManager.min.css">
57+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/init.js"></script>
5858
```
5959

6060
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)