Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckJonas committed Feb 12, 2021
1 parent 1a842b4 commit 272452d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ EXAMPLES
$ sfdx git:package -s feature-b -d deploy/feature-b
```

_See code: [lib/commands/git/package.js](https://github.com/callawaycloud/sfdx-git-packager/blob/v0.3.1/lib/commands/git/package.js)_
_See code: [lib/commands/git/package.js](https://github.com/callawaycloud/sfdx-git-packager/blob/v0.3.2/lib/commands/git/package.js)_
<!-- commandsstop -->

### Ignore Files
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## 0.3.3
### Added

- Support for `.objectTranslation`

## 0.3.2

### Added

- improved readme

## 0.3.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfdx-git-packager",
"description": "Generates a package.xml for difference between two branches",
"version": "0.3.2",
"version": "0.3.3",
"author": "Charlie Jonas @ChuckJonas",
"bugs": "https://github.com/callawaycloud/sfdx-git-packager/issues",
"dependencies": {
Expand Down

0 comments on commit 272452d

Please sign in to comment.