Skip to content

Commit

Permalink
edited changelog, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinzekene committed Feb 24, 2018
1 parent e47d292 commit a93d80d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to `angular-rave` will be documented here

## 0.2.0 - 2018-02-24
- Added angular rave directive
- Added reaveOptions input

## 0.1.1 - 2017-09-20
- Fixed minor

## 0.1.0 - 2017-09-17
- Initial release
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2017 Ashinze Ekene <[email protected]>
Copyright (c) 2018 Ashinze Ekene <[email protected]>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "angular-rave",
"version": "0.1.1",
"version": "0.2.0",
"description": "an angular 4 module for rave transactions",
"main": "index.ts",
"main": "index.js",
"scripts": {
"tsc": "ngc",
"process": "node scripts/process",
"try": "node scripts/try-example",
"deploy": "gh-pages -d dist",
"publish-patch": "npm run tsc && node process && cd lib && npm version patch && npm publish",
Expand Down

0 comments on commit a93d80d

Please sign in to comment.