Skip to content

Commit

Permalink
Merge pull request #7 from AdobeXD/release/1.1.2
Browse files Browse the repository at this point in the history
release 1.1.2
  • Loading branch information
kerrishotts authored Oct 28, 2018
2 parents 4962e36 + 1825c3e commit 0269854
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 1.1.2

Fixes [issue #5](https://github.com/AdobeXD/xdpm/issues/5): xdpm searches for wrong folder bug

# 1.1.1

New:

* Ignores `.git` and `.DS_STORE` automatically when watching or creating packages.

Fixes:

* [Issue #2](https://github.com/AdobeXD/xdpm/issues/2): `npm install -g @adobe/xdpm` does not install dependent packages
* [Issue #1](https://github.com/AdobeXD/xdpm/issues/1): Subfolders are breaking the build process

# 1.1.0

Initial public release on npm.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/xdpm",
"version": "1.1.1",
"version": "1.1.2",
"description": "Adobe XD CLI Plugin Manager Utility",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0269854

Please sign in to comment.