Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
Add settings changes to changelog
Update package.json version
  • Loading branch information
JeroenBakker committed Aug 1, 2023
1 parent 257cd48 commit b74ac46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Implemented this release automation: https://superface.ai/blog/npm-publish-gh-ac
- GitHub action to publish new versions to npm
- Automatically move unreleased changed to a new release section in the changelog

## [0.3.0] - 2023-08-01

### Changed

- All settings are now passed to the constructor in an object.
This allows users to more easily specify only the settings they want.
- The storage object is now optional, defaulting to localStorage.
- All settings can now be overwritten after instantiation.

## [0.2.0] - 2023-07-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeroen.bakker/just-attribute",
"version": "0.2.0",
"version": "0.3.0",
"description": "Realtime privacy-conscious marketing attribution for the web",
"author": "Jeroen Bakker",
"license": "MIT",
Expand Down

0 comments on commit b74ac46

Please sign in to comment.