Skip to content

Commit

Permalink
🚢 v1.2.1
Browse files Browse the repository at this point in the history
- 📦 NPM: v1.2.1
- ☄️ Meteor: v1.3.1

__New__:
- 📡 Add support for Beacon API
- 📋 Docs: Google Analytics integration
- 📋 Docs: Google Tag Manager integration
- 📋 Docs: Mention support of Beacon API

__Changed__:
- 👨‍💻 Codebase: Minor overall optimizations
- 📋 Docs: Overall fixes and enhancements
  • Loading branch information
dr-dimitru committed Mar 3, 2020
1 parent c33b3cf commit 73f0bf6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
babel-compiler@7.3.4
babel-runtime@1.3.0
babel-compiler@7.5.2
babel-runtime@1.5.0
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript@0.14.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
fetch@0.1.1
inter-process-messaging@0.1.0
meteor@1.9.3
modern-browsers@0.1.4
modules@0.13.0
modules-runtime@0.10.3
ostrio:analytics@1.3.0
modules@0.15.0
modules-runtime@0.12.0
ostrio:analytics@1.3.1
promise@0.11.2
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:analytics',
version: '1.3.0',
version: '1.3.1',
summary: 'Visitor\'s web analytics tracking code for ostr.io service',
git: 'https://github.com/VeliovGroup/ostrio-analytics',
documentation: 'README.md'
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": "ostrio-analytics",
"version": "1.2.0",
"version": "1.2.1",
"description": "Visitor's web analytics tracking code for ostr.io service",
"main": "./lib/analytics.js",
"scripts": {
Expand Down

0 comments on commit 73f0bf6

Please sign in to comment.