Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmic committed Jan 24, 2020
1 parent 25c0879 commit a4e501f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 0.2.0 (2019-10-30)
--------------------------
- Upgrade development dependencies.
- Migrate to rollup.
- Add ECMAScript Modules support.
- Migrate to the Airbnb style guide.
- Add code linting as a build step.
- Migrate to the automated builds.
- Refactor unit-tests.
- Remove non-LTS Node.js versions from Travis CI configuration.
- Enable TypeScript strict mode.
- Migrate to eslint.
- Migrate to prettier.

Version 0.1.0 (2018-07-31)
--------------------------
Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowplow-analytics-sdk",
"version": "0.1.0",
"version": "0.2.0",
"description": "Snowplow JavaScript and TypeScript Analytics SDK",
"keywords": [
"snowplow",
Expand Down

0 comments on commit a4e501f

Please sign in to comment.