Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-02-13)

### Bug Fixes

* package.json scripts ([acdb13c](acdb13c))
* specify 'main' for the release branch for semantic release ([02c533a](02c533a))
* update workflow configuration to reference branch 'main' ([2bcdac9](2bcdac9))

### chore

* drop support for node 10 ([e7a5550](e7a5550))

### Features

* automatic releases based on conventional commits ([c43a9f2](c43a9f2))
* copy over files - initial implementation ([6b02e23](6b02e23))
* support all properties on Location ([c5329bb](c5329bb))

### BREAKING CHANGES

* node 10 support dropped
  • Loading branch information
semantic-release-bot committed Feb 13, 2021
1 parent 02c533a commit cbfb90f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 1.0.0 (2021-02-13)


### Bug Fixes

* package.json scripts ([acdb13c](https://github.com/CrowdStrike/ember-browser-services/commit/acdb13c5fdfc7037d9f9a735b7a63903cfe059da))
* specify 'main' for the release branch for semantic release ([02c533a](https://github.com/CrowdStrike/ember-browser-services/commit/02c533a3e1ef97e638b605829f50a03e9608653d))
* update workflow configuration to reference branch 'main' ([2bcdac9](https://github.com/CrowdStrike/ember-browser-services/commit/2bcdac9f3bc87aa96b6e6f39d8de2db6311175f5))


### chore

* drop support for node 10 ([e7a5550](https://github.com/CrowdStrike/ember-browser-services/commit/e7a55503f34affa76e9fa9111d3678f73c56f90c))


### Features

* automatic releases based on conventional commits ([c43a9f2](https://github.com/CrowdStrike/ember-browser-services/commit/c43a9f21a8a397d7f2ad331f883edafb194b4cc8))
* copy over files - initial implementation ([6b02e23](https://github.com/CrowdStrike/ember-browser-services/commit/6b02e23712ee505ee3c184a31accf9322328b602))
* support all properties on Location ([c5329bb](https://github.com/CrowdStrike/ember-browser-services/commit/c5329bbf80b913e29e6e71cb58d4ea1174ba7893))


### BREAKING CHANGES

* node 10 support dropped
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-browser-services",
"version": "0.0.0",
"version": "1.0.0",
"description": "Browser APIs as services for easier testing",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -38,7 +38,9 @@
"registry": "https://registry.npmjs.org"
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit cbfb90f

Please sign in to comment.