Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra shekar Varkala committed Feb 7, 2020
1 parent 8f081b5 commit a0a3ee0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.3
v0.1.2
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2020-02-07

### Added

- Branch integration
- Kochava integration
- Keen integration
- Salesforce integration
- Kissmetrics integration
- Adjust integration

## [0.1.1] - 2019-11-05

### Added
Expand Down
4 changes: 2 additions & 2 deletions ghrelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const fs = require("fs");

// all options have defaults and can be omitted
const options = {
tag_name: "v0.1.1",
name: "v0.1.1",
tag_name: "v0.1.2",
name: "v0.1.2",
draft: false,
prerelease: false,
repo: "rudder-transformer",
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": "rudder-transformer",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "GATransform.js",
"scripts": {
Expand Down

0 comments on commit a0a3ee0

Please sign in to comment.