Skip to content

Commit cefab87

Browse files
committed
Chore(release): Bump version to v0.2.0
1 parent bb6bd54 commit cefab87

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

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

2+
<a name="0.2.0"></a>
3+
# [0.2.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.1.0&sourceBranch=refs%2Ftags%2F0.2.0) (2021-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* Incomplete options passed by user overrides all defaults ([68f8dcb](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/68f8dcb))
10+
### Chores
11+
12+
13+
* Add repository URL to make it shown also on npmjs.com ([66947d6](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/66947d6))
14+
* Block fixup commit message using github action ([1a43014](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/1a43014))
15+
* Generate changelog using conventional changelog ([dddacfc](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/dddacfc))
16+
* Introduce commit linting ([d8238c3](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/d8238c3))
17+
* Introduce simple dev server for local development [#CCM-5](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-5) ([84c3245](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/84c3245))
18+
* Make package publishlable ([effcd7a](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/effcd7a))
19+
* Rename `dev` script to more common `start` ([bb6bd54](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/bb6bd54))
20+
* Run all check with single npm script ([fee171a](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/fee171a))
21+
* Use usernames instead of names for codeowners ([5cd5eba](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/5cd5eba))
22+
### Code Refactoring
23+
24+
25+
* Unify variable casing to camelCase ([3f1367e](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/3f1367e))
26+
### Documentation
27+
28+
29+
* Add development and contributing section [#CCM-20](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-20) ([4bc165d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/4bc165d))
30+
* Extend and rearrange README [#CCM-20](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-20) ([2260342](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/2260342))
31+
* Fix another typo in cdn path ([185d9f8](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/185d9f8))
32+
* Fix typo in cdn path ([33ea2ec](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/33ea2ec))
33+
* Introduce badges to make readme look more cool ([8e08301](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/8e08301))
34+
* Mark config arguments optional in jsdoc ([10e48b2](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/10e48b2))
35+
* Remove autoload script, extend default example [#CCM-20](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-20) ([a85c7b3](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/a85c7b3))
36+
* Rename docs to examples [#CCM-20](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-20) ([32a0c39](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/32a0c39))
37+
### Features
38+
39+
40+
* Add callbacks for all onAccept scenarios [#CCM-24](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-24) ([23314b5](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/23314b5))
41+
* Add custom onAccept callback to extend the default one [#CCM-19](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-19) ([8ed95ba](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/8ed95ba))
42+
* Add translations for cs, en, sk and pl language [#CCM-10](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-10) ([1743866](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/1743866))
43+
* Configure consent levels [#CCM-12](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-12) ([703cf98](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/703cf98))
44+
* Configure plugin defaults ([bd6309f](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/bd6309f))
45+
* Make language autodetection easily configurable [#CCM-26](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-26) ([4404a9a](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/4404a9a))
46+
* Provide cookieConsent instance to callbacks [#CCM-24](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-24) ([9232b09](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/9232b09))
47+
* Push info to dataLayer on accept ([4203092](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/4203092))
48+
* Rename default language settings to defaultLang to make it more understandable [#CCM-26](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-26) ([6635813](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/6635813))
49+
* Return CookieConsent instance from the init function ([b217059](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/b217059))
50+
* Save distribution files for instant usage and examples ([d9964f3](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/d9964f3))
51+
252
<a name="0.1.0"></a>
353
# [0.1.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F19ff586&sourceBranch=refs%2Ftags%2F0.1.0) (2021-10-19)
454

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/cookie-consent-manager",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "LMC Cookie Consent Manager",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)