Skip to content

Commit

Permalink
chore: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Oct 24, 2018
1 parent 553b358 commit fab07e2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
41 changes: 39 additions & 2 deletions CHANGELOG.md
@@ -1,3 +1,40 @@
## [1.2.0] - 2018-10-21
# Changelog

- Fix: Issue when same chunk is manifested for multiple entry-points (#1).
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [1.3.0](https://github.com/swashata/wpackio-enqueue/compare/1.2.0...1.3.0) - 2018-10-24

### Fixed

- feat: add recursive dependencies for entrypoint chunks [`#2`](https://github.com/swashata/wpackio-enqueue/issues/2)

## [1.2.0](https://github.com/swashata/wpackio-enqueue/compare/1.1.0...1.2.0) - 2018-10-21

### Fixed

- fix: issue when same chunk is applied for different entry-points [`#1`](https://github.com/swashata/wpackio-enqueue/issues/1)

## [1.1.0](https://github.com/swashata/wpackio-enqueue/compare/1.0.1...1.1.0) - 2018-10-20

### Commits

- feat: use unique handle for runtime.js [`168f281`](https://github.com/swashata/wpackio-enqueue/commit/168f2816232b2eb2c2686ef51603eb253981f631)

## [1.0.1](https://github.com/swashata/wpackio-enqueue/compare/1.0.0...1.0.1) - 2018-10-13

### Commits

- chore: ignore some stuff for composer [`1df013e`](https://github.com/swashata/wpackio-enqueue/commit/1df013e09974fac27cc9f9cb28da769a44d958d8)

## 1.0.0 - 2018-10-13

### Commits

- chore: add contribution guideline [`e294d56`](https://github.com/swashata/wpackio-enqueue/commit/e294d56f79e4f719bb7ca0815fb06b045429794e)
- chore: add links to doc [`25f01fa`](https://github.com/swashata/wpackio-enqueue/commit/25f01faa73b57f7129fc1ebd02d2fa67ffaa074e)
- chore: badges, and linting in ci [`ad28dd8`](https://github.com/swashata/wpackio-enqueue/commit/ad28dd8acf23cad3cf855ef25d0bf201a52d79bc)
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -20,6 +20,12 @@ Now let's dive in.
3. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.

## Release a version

1. Ensure you have `npx` installed.
2. Run `composer run-script changelog <new version>`, like `composer run-script changelog 2.0.0`.
3. Commit the changelog and tag it.

# Conduct

We are committed to providing a friendly, safe and welcoming environment for
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -27,7 +27,8 @@
},
"scripts": {
"test": "phpunit --colors=auto",
"lint": "phpcs -v inc/*"
"lint": "phpcs -v inc/*",
"changelog": "npx auto-changelog --template keepachangelog -v"
},
"archive": {
"exclude": [
Expand Down

0 comments on commit fab07e2

Please sign in to comment.