Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 4, 2021
1 parent f3e6b0b commit c2a28fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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.

## 1.1.0 (2021-01-04)


### Features

* add ESM version ([2c249b9](https://github.com/favware/skip-dependency/commit/2c249b92343e9d3ed5512ed22894ed8d0048d921))
* add the files for the skipper ([36a3354](https://github.com/favware/skip-dependency/commit/36a33548e0af2023ee5363a22732a4bc34325865))


### Bug Fixes

* remove console.log line ([05552e9](https://github.com/favware/skip-dependency/commit/05552e9de73e9f109d03bf97094a7eb83e715996)), closes [#1](https://github.com/favware/skip-dependency/issues/1)
* removed invalid pnpm engine ([1c37774](https://github.com/favware/skip-dependency/commit/1c377743bd94aca18bf49201686b75fd75b5f53c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@favware/skip-dependency",
"description": "Skip pesky dependencies with ease",
"author": "@favware",
"version": "1.0.2",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/favware/skip-dependency#readme",
Expand Down

0 comments on commit c2a28fe

Please sign in to comment.