Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
bumping 1.1.0 after PR #29 and PR #30
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Aug 20, 2014
1 parent 8151143 commit b161039
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Locator Change History
======================

# 1.1.0

PR #30: Fixes #25 - logs

* relied on `debug()` to log locator warnings
* moved logic to dedupe duplicates into its own method for better testing

PR #30: Fixes #27 - method deprecation:

* listAllResources() -> getAllResources()
* listBundleNames() -> getBundleNames()

PR #29: Fixes #25 - support rulesets generation thru `rulesetFn` configuration

# 1.0.2

* Use `Module._resolveFilename()` to resolve alien rulesets thru npm lookup. This
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "locator",
"description": "gives semantic meaning to filesystem paths",
"version": "1.0.2",
"version": "1.1.0",
"homepage": "https://github.com/yahoo/locator",
"keywords": [
"filesystem",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"walk": "^2.3.1",
"semver": "^1.1.4",
"semver": "^3.0.1",
"debug": "^1.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit b161039

Please sign in to comment.