chore(release): 1.0.0

This commit is contained in:
2020-02-12 18:26:42 +00:00
parent 392826342b
commit 930db139ae
3 changed files with 16 additions and 1 deletions

14
CHANGELOG.md Normal file
View File

@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 1.0.0 (2020-02-12)
### ⚠ BREAKING CHANGES
* Implement blank_gem that does nothing.
### Features
* Implement blank_gem that does nothing. ([3928263](https://github.com/jimeh/blank_gem/commit/392826342bd6ad01fbc8bab946894b9d54b109cb))

View File

@@ -1 +1 @@
0.0.1 1.0.0

View File

@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
spec.metadata['changelog_uri'] = spec.homepage spec.metadata['changelog_uri'] = spec.homepage
spec.files = Dir.glob('lib/**/*') + [ spec.files = Dir.glob('lib/**/*') + [
'CHANGELOG.md',
'Gemfile', 'Gemfile',
'LICENSE', 'LICENSE',
'README.md', 'README.md',