Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Densham committed Dec 17, 2015
2 parents e1edf5b + ce815e6 commit 75cd01e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# For more information about the properties used in this file,
# please see the EditorConfig documentation:
# http://editorconfig.org

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.yml,package.json}]
indent_size = 2

# The indent size used in the package.json file cannot be changed:
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

All Notable changes to `studiobonito/silverstripe-shortcodes` will be documented in this file
All Notable changes to `studiobonito/silverstripe-shortcodes` will be documented in this file.

## [Unreleased]

## [1.0.4] - 2015-12-17
### Added
- Included `.editorconfig` file.

## [1.0.3] - 2015-10-02
### Added
- Included changelog.
Expand All @@ -27,6 +31,7 @@ All Notable changes to `studiobonito/silverstripe-shortcodes` will be documented
- Updated readme.

[Unreleased]: https://github.com/studiobonito/silverstripe-shortcodes/compare/1.0.3...HEAD
[1.0.4]: https://github.com/studiobonito/silverstripe-shortcodes/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/studiobonito/silverstripe-shortcodes/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/studiobonito/silverstripe-shortcodes/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/studiobonito/silverstripe-shortcodes/compare/1.0.0...1.0.1

0 comments on commit 75cd01e

Please sign in to comment.