Skip to content

Commit

Permalink
Merge pull request #61 from PolymerLabs/release
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
aomarks committed Sep 8, 2020
2 parents e28e968 + 7b1b4d4 commit 35b79c8
Show file tree
Hide file tree
Showing 8 changed files with 1,094 additions and 1,207 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -12,4 +12,5 @@ ava.config.js
scripts/
examples/
.tsbuildinfo*
tsconfig.*
tsconfig.*
tests/
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
<!-- ## Unreleased -->

## [0.4.0] - 2020-09-08

### Added

Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -11,7 +11,7 @@

module.exports = (config) => {
config.set({
files: [{pattern: 'lib_client/**/*.test.js', type: 'module'}],
files: [{pattern: 'tests/**/*.test.js', type: 'module'}],
plugins: [
require('@open-wc/karma-esm'),
require('karma-chai'),
Expand Down

0 comments on commit 35b79c8

Please sign in to comment.