Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 23, 2018
1 parent b2823d1 commit d044a1c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions packages/my-precious/CHANGELOG.md
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.0"></a>
# 1.2.0 (2018-02-23)


### Bug Fixes

* **config:** default referer -> libprecious ([633f92b](https://github.com/zkat/my-precious/commit/633f92b))
* **deps:** npmlog was missing from cli ([aad8bd9](https://github.com/zkat/my-precious/commit/aad8bd9))
* **integrity:** generate integrity for all existing algorithms ([987c8b1](https://github.com/zkat/my-precious/commit/987c8b1))
* **log:** pass log object through ot pacote ([af8f032](https://github.com/zkat/my-precious/commit/af8f032))
* **saveTar:** got it working ([6f541d6](https://github.com/zkat/my-precious/commit/6f541d6))
* **tarballInfo:** guard against undefined dep.resolved ([1a4ec12](https://github.com/zkat/my-precious/commit/1a4ec12))
* **tarballInfo:** mostly idempotent integrity updates ([a3c84a7](https://github.com/zkat/my-precious/commit/a3c84a7))
* **windows:** normalize resolved paths on Windows to use / ([c2da48f](https://github.com/zkat/my-precious/commit/c2da48f))


### Features

* **archive:** standalone `archiveTarball` + better archive names ([e89546e](https://github.com/zkat/my-precious/commit/e89546e))
* **archive:** write out archives as uncompressed .tar ([e5bfa70](https://github.com/zkat/my-precious/commit/e5bfa70))
* **save:** add support for --only and --also envs ([ac8cc79](https://github.com/zkat/my-precious/commit/ac8cc79))



<a name="1.1.0"></a>
# 1.1.0 (2018-02-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/my-precious/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 packages/my-precious/package.json
@@ -1,6 +1,6 @@
{
"name": "my-precious",
"version": "1.1.0",
"version": "1.2.0",
"description": "a local package archive, of my own",
"bin": "index.js",
"main": "index.js",
Expand Down

0 comments on commit d044a1c

Please sign in to comment.