Skip to content

Commit

Permalink
Merge pull request #10 from Turbo87/changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG
  • Loading branch information
rwjblue authored Nov 8, 2017
2 parents 451889c + 60178c4 commit 97f50a7
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 20 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Unreleased (2017-11-08)

#### :rocket: Enhancement
* [#3](https://github.com/emberjs/ember-ordered-set/pull/3) Import OrderedSet class from ember.js. ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#9](https://github.com/emberjs/ember-ordered-set/pull/9) package.json: Add project metadata. ([@Turbo87](https://github.com/Turbo87))
* [#6](https://github.com/emberjs/ember-ordered-set/pull/6) Improve JSDoc comments. ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#8](https://github.com/emberjs/ember-ordered-set/pull/8) Cleanup npm dependencies. ([@Turbo87](https://github.com/Turbo87))
* [#7](https://github.com/emberjs/ember-ordered-set/pull/7) Add more unit tests. ([@Turbo87](https://github.com/Turbo87))
* [#5](https://github.com/emberjs/ember-ordered-set/pull/5) Rename to `@ember/ordered-set`. ([@Turbo87](https://github.com/Turbo87))
* [#4](https://github.com/emberjs/ember-ordered-set/pull/4) ember-try: Add missing `useYarn` flag. ([@Turbo87](https://github.com/Turbo87))
* [#2](https://github.com/emberjs/ember-ordered-set/pull/2) Use yarn instead of npm. ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"scripts": {
"build": "ember build",
"changelog": "lerna-changelog",
"start": "ember server",
"test": "ember try:each"
},
Expand All @@ -40,11 +41,22 @@
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.0.0",
"ember-source": "~2.16.0",
"lerna-changelog": "^0.7.0",
"loader.js": "^4.2.3"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"changelog": {
"repo": "emberjs/ember-ordered-set",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
Expand Down
Loading

0 comments on commit 97f50a7

Please sign in to comment.