Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed Aug 14, 2021
1 parent 7faca84 commit 81685fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [0.1.0](https://github.com/Djaler/pnpm-wrapper/compare/v0.0.2...v0.1.0) (2021-08-14)


### Features

* allow using semver range instead of specific version ([43afaeb](https://github.com/Djaler/pnpm-wrapper/commit/43afaebbbed2c9f2968164adf8a8887f5661ef70))
* read pnpm version from package.json engines if pnpm.version not present ([9130e94](https://github.com/Djaler/pnpm-wrapper/commit/9130e94ee2d4eac6b8c312b4b9f171565cdcfdfe))


### Bug Fixes

* write version to pnpm.version only after success `pnpm-wrapper use` ([1a2c3f4](https://github.com/Djaler/pnpm-wrapper/commit/1a2c3f42882cdc6e21b3470f45146148ffce018a))


### Improvements

* find max version to install from provided semver range ([7faca84](https://github.com/Djaler/pnpm-wrapper/commit/7faca842a0b7e5a74c8a60c693dba5ddb1d667fb))

### [0.0.2](https://github.com/Djaler/pnpm-wrapper/compare/v0.0.1...v0.0.2) (2021-08-13)

### 0.0.1 (2021-08-13)
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": "pnpm-wrapper",
"version": "0.0.2",
"version": "0.1.0",
"author": "Kirill Romanov",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 81685fe

Please sign in to comment.